Skip to content

クラス 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 : class

IsNull<T>(T?)

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

Released under the MIT License.