FieldInfo.GetType Méthode
Définition
Identifie les attributs d’un champ de classe et donne accès à ses métadonnées.Discovers the attributes of a class field and provides access to field metadata.
public:
virtual Type ^ GetType();
public Type GetType ();
override this.GetType : unit -> Type
Public Function GetType () As Type