クラス GcAssert
Namespace: GameCanvas
csharp
public static class GcAssertプロパティ
IsThrowException
csharp
public static bool IsThrowException { get; set; }メソッド
IsNotNull<T>(T?)
csharp
public static void IsNotNull<T>([NotNull] T? obj) where T : classIsNull<T>(T?)
csharp
public static void IsNull<T>(T? obj) where T : class