Table of Contents

Class GcAssert

Namespace
GameCanvas
Assembly
GameCanvas.dll
public static class GcAssert
Inheritance
GcAssert
Inherited Members

Properties

IsThrowException

public static bool IsThrowException { get; set; }

Property Value

bool

Methods

IsNotNull<T>(T?)

public static void IsNotNull<T>(T? obj) where T : class

Parameters

obj T

Type Parameters

T

IsNull<T>(T?)

public static void IsNull<T>(T? obj) where T : class

Parameters

obj T

Type Parameters

T