System.ASSERT.Assert C# (CSharp) Method

Assert() private static method

private static Assert ( bool condition, string message, string detailedMessage ) : void
condition bool
message string
detailedMessage string
return void
        private static void Assert(bool condition, string message, string detailedMessage)
        {
        }

Same methods

ASSERT::Assert ( ) : void
ASSERT::Assert ( bool condition ) : void
ASSERT::Assert ( bool condition, string message ) : void
ASSERT::Assert ( string message ) : void
ASSERT::Assert ( string message, string detailedMessage ) : void