PropertyInfoExtensions.GetAccessors Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| GetAccessors(PropertyInfo) | |
| GetAccessors(PropertyInfo, Boolean) |
GetAccessors(PropertyInfo)
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- 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()
Parametrar
- property
- PropertyInfo
Returer
Gäller för
GetAccessors(PropertyInfo, Boolean)
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- TypeExtensions.cs
- Källa:
- 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()
Parametrar
- property
- PropertyInfo
- nonPublic
- Boolean