INamedTypeSymbol.MemberNames Property

Definition

Returns collection of names of members declared within this type.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ MemberNames { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> MemberNames { get; }
member this.MemberNames : seq<string>
Public ReadOnly Property MemberNames As IEnumerable(Of String)

Property Value

Applies to