Share via


MessageContextBase.WriteValueType<T>(String, Nullable<T>) Method

Definition

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>

Applies to