AttachableMemberIdentifierDeclaringType Property |
Gets the type that declared the member.
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Type DeclaringType { get; }
Public ReadOnly Property DeclaringType As Type
Get
member DeclaringType : Type with get
Property Value
Type:
TypeThe type of the declaring class.
See Also