Share via


MessageContextBase.ReadValueType<T>(String) Method

Definition

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)

Type Parameters

T

Parameters

name
String

Returns

Applies to