C# Класс NProxy.Core.Internal.Reflection.PropertyInfoExtensions

Provides PropertyInfo extension methods.
Показать файл Открыть проект

Открытые методы

Метод Описание
CanOverride ( this propertyInfo ) : bool

Returns a value indicating whether the specified property is overrideable.

GetAccessorMethods ( this propertyInfo ) : IEnumerable

Returns all accessor methods for the specified property.

GetFullName ( this propertyInfo ) : string

Returns the full name of the specified property.

GetIndexParameterTypes ( this propertyInfo ) : System.Type[]

Returns the index parameter types of the specified property.

Описание методов

CanOverride() публичный статический Метод

Returns a value indicating whether the specified property is overrideable.
public static CanOverride ( this propertyInfo ) : bool
propertyInfo this The property information.
Результат bool

GetAccessorMethods() публичный статический Метод

Returns all accessor methods for the specified property.
public static GetAccessorMethods ( this propertyInfo ) : IEnumerable
propertyInfo this The property information.
Результат IEnumerable

GetFullName() публичный статический Метод

Returns the full name of the specified property.
public static GetFullName ( this propertyInfo ) : string
propertyInfo this The property information.
Результат string

GetIndexParameterTypes() публичный статический Метод

Returns the index parameter types of the specified property.
public static GetIndexParameterTypes ( this propertyInfo ) : System.Type[]
propertyInfo this The property information.
Результат System.Type[]