Condividi tramite


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

Definizione

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))

Parametri di tipo

T

Parametri

name
String
newValue
Nullable<T>

Si applica a