TypeExtensions.GetDefaultMembers(Type) 方法

定义

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()

参数

type
Type

返回

适用于