Class IndirectAccessorSpecialization
An accessor specialization that is obtained by observing an accessor of an indirect property specialization.
Inheritance
System.Object
    
    
    IndirectAccessorSpecialization
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Flame.TypeSystem
Assembly: Flame.dll
Syntax
public sealed class IndirectAccessorSpecialization : IndirectMethodSpecialization, IAccessor, IMethod, ITypeMember, IGenericMember, IMember
  Properties
| Improve this Doc View SourceKind
Gets this accessor's kind.
Declaration
public AccessorKind Kind { get; }
  Property Value
| Type | Description | 
|---|---|
| AccessorKind | The accessor's kind.  | 
      
ParentProperty
Gets this accessor's parent property: the property that defines it.
Declaration
public IProperty ParentProperty { get; }
  Property Value
| Type | Description | 
|---|---|
| IProperty | The accessor's parent property.  |