MessageContextBase.WriteValueType<T>(String, Nullable<T>) 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 void WriteValueType(System::String ^ name, Nullable<T> newValue);
public void WriteValueType<T> (string name, Nullable<T> newValue) where T : struct;
member this.WriteValueType : string * Nullable<'T (requires 'T : struct)> -> unit (requires 'T : struct)
Public Sub WriteValueType(Of T As Structure) (name As String, newValue As Nullable(Of T))
Type Parameters
- T
Parameters
- name
- String
- newValue
- Nullable<T>