PropertyInfoExtensions.GetAccessors Methode

Definition

Überlädt

GetAccessors(PropertyInfo)
GetAccessors(PropertyInfo, Boolean)

GetAccessors(PropertyInfo)

Quelle:
TypeExtensions.cs
Quelle:
TypeExtensions.cs
Quelle:
TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
 static cli::array <System::Reflection::MethodInfo ^> ^ GetAccessors(System::Reflection::PropertyInfo ^ property);
public static System.Reflection.MethodInfo[] GetAccessors (this System.Reflection.PropertyInfo property);
static member GetAccessors : System.Reflection.PropertyInfo -> System.Reflection.MethodInfo[]
<Extension()>
Public Function GetAccessors (property As PropertyInfo) As MethodInfo()

Parameter

property
PropertyInfo

Gibt zurück

Gilt für:

GetAccessors(PropertyInfo, Boolean)

Quelle:
TypeExtensions.cs
Quelle:
TypeExtensions.cs
Quelle:
TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
 static cli::array <System::Reflection::MethodInfo ^> ^ GetAccessors(System::Reflection::PropertyInfo ^ property, bool nonPublic);
public static System.Reflection.MethodInfo[] GetAccessors (this System.Reflection.PropertyInfo property, bool nonPublic);
static member GetAccessors : System.Reflection.PropertyInfo * bool -> System.Reflection.MethodInfo[]
<Extension()>
Public Function GetAccessors (property As PropertyInfo, nonPublic As Boolean) As MethodInfo()

Parameter

property
PropertyInfo
nonPublic
Boolean

Gibt zurück

Gilt für: