Click or drag to resize

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
)

Parameters

declaringType
Type: SystemType
Type that the property is attached to
memberName
Type: SystemString
Name of the member/property
See Also