Interface ITypeMember
Defines a common interface for members that may be defined inside types.
Namespace: Flame
Assembly: Flame.dll
Syntax
public interface ITypeMember : IMember
Properties
| Improve this Doc View SourceParentType
Gets the type that defines this member, if any.
Declaration
IType ParentType { get; }
Property Value
Type | Description |
---|---|
IType | The parent type. |