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
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