Interface IAccessor
Describes an accessor.
Inherited Members
Namespace: Flame
Assembly: Flame.dll
Syntax
public interface IAccessor : IMethod, ITypeMember, IGenericMember, IMember
Properties
| Improve this Doc View SourceKind
Gets this accessor's kind.
Declaration
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
IProperty ParentProperty { get; }
Property Value
| Type | Description |
|---|---|
| IProperty | The accessor's parent property. |