MessageContextBase.ReadValueType<T>(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Nullable<T>