SetField.NotNull<T>(T, String, 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 static void NotNull<T> (out T field, string name, T value) where T : class;
static member NotNull : 'T * string * 'T -> unit (requires 'T : null)
Public Shared Sub NotNull(Of T As Class) (ByRef field As T, name As String, value As T)
Type Parameters
- T
Parameters
- field
- T
- name
- String
- value
- T