TypeData.Members Property

Definition

Get the members of this TypeData instance. The Key of the dictionary is the member's name, and the Value is a TypeMemberData instance.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::Runspaces::TypeMemberData ^> ^ Members { System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::Runspaces::TypeMemberData ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,System.Management.Automation.Runspaces.TypeMemberData> Members { get; }
member this.Members : System.Collections.Generic.Dictionary<string, System.Management.Automation.Runspaces.TypeMemberData>
Public ReadOnly Property Members As Dictionary(Of String, TypeMemberData)

Property Value

Applies to