CommonExtensions.

NotNull<T>(T, string) Method

Namespace
GitVersion.Extensions
Containing Type
CommonExtensions

Syntax

public static T NotNull<T>(this T value, string name = "") where T : class

Type Parameters

Name Description
T

Parameters

Name Type Description
value T
name string

Return Value

Type Description
T
GitHub