IFieldUtils インターフェイス

定義

public interface IFieldUtils
type IFieldUtils = interface
Public Interface IFieldUtils
派生

メソッド

GetGetter(FieldInfo)

指定したフィールドの値を取得するデリゲートを返します。

GetReferenceSetter(FieldInfo)

インスタンスのこのフィールドの値を設定するデリゲートを返します。

GetValueSetter(FieldInfo)

インスタンスのこのフィールドの値を設定するデリゲートを返します。

適用対象