C# 클래스 NProxy.Core.Internal.Reflection.PropertyInfoExtensions

Provides PropertyInfo extension methods.
파일 보기 프로젝트 열기: mtamme/NProxy

공개 메소드들

메소드 설명
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[]