Class IndirectAccessorSpecialization
An accessor specialization that is obtained by observing an accessor of an indirect property specialization.
Inherited Members
Namespace: Flame.TypeSystem
Assembly: Flame.dll
Syntax
public sealed class IndirectAccessorSpecialization : IndirectMethodSpecialization, IAccessor, IMethod, ITypeMember, IGenericMember, IMember
Properties
| Edit this page 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. |