Click or drag to resize

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; }

Property Value

Type: Type
The type of the declaring class.
See Also