Skip to content

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.

public interface IMemberDescriptor

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.

System.Type DeclaringType { get; }
Property Value

Type


Name

The member name.

string Name { get; }
Property Value

string