Partager via


MessageContextBase.ReadValueType<T>(String) Méthode

Définition

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

S’applique à