Click or drag to resize
PreconditionsCheckNotNullT Method (T)
Throws ArgumentNullException if reference is null.

Namespace: Grpc.Core.Utils
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public static T CheckNotNull<T>(
	T reference
)

Parameters

reference
Type: T
The reference.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Grpc.Core.Utils.Preconditions.CheckNotNull``1(``0)"]

Return Value

Type: T
See Also