TypeExtensions.GetDefaultMembers(Type) Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static cli::array <System::Reflection::MemberInfo ^> ^ GetDefaultMembers(Type ^ type);
public static System.Reflection.MemberInfo[] GetDefaultMembers (this Type type);
static member GetDefaultMembers : Type -> System.Reflection.MemberInfo[]
<Extension()>
Public Function GetDefaultMembers (type As Type) As MemberInfo()

Parameters

type
Type

Returns

Applies to