EtoMemberIdentifier Constructor |
Initializes a new instance of the EtoMemberIdentifier class
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public EtoMemberIdentifier(
Type declaringType,
string memberName
)
Public Sub New (
declaringType As Type,
memberName As String
)
new :
declaringType : Type *
memberName : string -> EtoMemberIdentifier
Parameters
- declaringType
- Type: SystemType
Type that the property is attached to - memberName
- Type: SystemString
Name of the member/property
See Also