PropertyInfoExtensions.GetSetMethod Metoda

Definicja

Przeciążenia

GetSetMethod(PropertyInfo)

Źródło:
TypeExtensions.cs
Źródło:
TypeExtensions.cs
Źródło:
TypeExtensions.cs
C#
public static System.Reflection.MethodInfo GetSetMethod (this System.Reflection.PropertyInfo property);
C#
public static System.Reflection.MethodInfo? GetSetMethod (this System.Reflection.PropertyInfo property);

Parametry

property
PropertyInfo

Zwraca

Dotyczy

.NET 9 i inne wersje
Produkt Wersje
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
UWP 10.0

GetSetMethod(PropertyInfo, Boolean)

Źródło:
TypeExtensions.cs
Źródło:
TypeExtensions.cs
Źródło:
TypeExtensions.cs
C#
public static System.Reflection.MethodInfo GetSetMethod (this System.Reflection.PropertyInfo property, bool nonPublic);
C#
public static System.Reflection.MethodInfo? GetSetMethod (this System.Reflection.PropertyInfo property, bool nonPublic);

Parametry

property
PropertyInfo
nonPublic
Boolean

Zwraca

Dotyczy

.NET 9 i inne wersje
Produkt Wersje
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
UWP 10.0