MessageContextBase.ReadValueType<T>(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
generic <typename T>
where T : value class Nullable<T> ReadValueType(System::String ^ name);
public Nullable<T> ReadValueType<T> (string name) where T : struct;
member this.ReadValueType : string -> Nullable<'T (requires 'T : struct)> (requires 'T : struct)
Public Function ReadValueType(Of T As Structure) (name As String) As Nullable(Of T)
Paramètres de type
- T
Paramètres
- name
- String
Retours
Nullable<T>