다음을 통해 공유


IFieldUtils 인터페이스

정의

public interface IFieldUtils
type IFieldUtils = interface
Public Interface IFieldUtils
파생

메서드

GetGetter(FieldInfo)

지정된 필드의 값을 가져오는 대리자를 반환합니다.

GetReferenceSetter(FieldInfo)

인스턴스에 대해 이 필드의 값을 설정하는 대리자를 반환합니다.

GetValueSetter(FieldInfo)

인스턴스에 대해 이 필드의 값을 설정하는 대리자를 반환합니다.

적용 대상