Interface IMemberDescriptor
Definition
Namespace: StardewUI.Framework.Descriptors
Assembly: StardewUI.dll
Describes a single member (property, method, or event) of a bindable object, such as a view.
Members
Properties
Name | Description |
---|---|
DeclaringType | The type on which the member is declared. |
Name | The member name. |
Details
Properties
DeclaringType
The type on which the member is declared.
Property Value
Name
The member name.