C# 클래스 ReflectionMagic.Property

Provides an mechanism to access properties through the IProperty abstraction.
상속: IProperty
파일 보기 프로젝트 열기: davidebbo/ReflectionMagic

Private Properties

프로퍼티 타입 설명
IProperty object
Property System

공개 메소드들

메소드 설명
IProperty ( object obj, object value, object index ) : void

비공개 메소드들

메소드 설명
IProperty ( object obj, object index ) : object
Property ( PropertyInfo property ) : System

Initializes a new instance of the Property class wrapping the specified property.

메소드 상세

IProperty() 공개 메소드

public IProperty ( object obj, object value, object index ) : void
obj object
value object
index object
리턴 void