C# 클래스 ReflectionMagic.Field

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

Private Properties

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

공개 메소드들

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

비공개 메소드들

메소드 설명
Field ( FieldInfo field ) : System

Initializes a new instance of the Field class wrapping the specified field.

IProperty ( object obj, object index ) : object

메소드 상세

IProperty() 공개 메소드

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