Share via


SetField.CheckNull<T>(String, T) Method

Definition

public static void CheckNull<T> (string name, T value) where T : class;
static member CheckNull : string * 'T -> unit (requires 'T : null)
Public Shared Sub CheckNull(Of T As Class) (name As String, value As T)

Type Parameters

T

Parameters

name
String
value
T

Applies to