C# 클래스 Spring.Reflection.Dynamic.ValueTypeTargetField

상속: IDynamicField
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
GetValue ( object target ) : object
SetValue ( object target, object value ) : void

메소드 상세

GetValue() 공개 메소드

public GetValue ( object target ) : object
target object
리턴 object

SetValue() 공개 메소드

public SetValue ( object target, object value ) : void
target object
value object
리턴 void