System.Yaml.YamlTagPrefixes.Debug.Assert C# (CSharp) 메소드

Assert() 공개 정적인 메소드

public static Assert ( bool condition ) : void
condition bool
리턴 void
            public static void Assert(bool condition)
            {
                Assert(condition, "");
            }

Same methods

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