Condividi tramite


FieldUtils.GetGetter(FieldInfo) Metodo

Definizione

Restituisce un delegato per ottenere il valore di un campo specificato.

public Delegate GetGetter (System.Reflection.FieldInfo field);
abstract member GetGetter : System.Reflection.FieldInfo -> Delegate
override this.GetGetter : System.Reflection.FieldInfo -> Delegate
Public Function GetGetter (field As FieldInfo) As Delegate

Parametri

field
FieldInfo

Restituisce

Delegato per ottenere il valore di un campo specificato.

Implementazioni

Si applica a