System.Yaml.YamlTagPrefixes.Debug.Assert C# (CSharp) Méthode

Assert() public static méthode

public static Assert ( bool condition ) : void
condition bool
Résultat void
            public static void Assert(bool condition)
            {
                Assert(condition, "");
            }

Same methods

YamlTagPrefixes.Debug::Assert ( bool condition, string message ) : void
YamlTagPrefixes.Debug