Elmah.Debug.Assert C# (CSharp) Méthode

Assert() private méthode

private Assert ( [ condition ) : void
condition [
Résultat void
        public static void Assert([AssertionCondition(AssertionConditionType.IS_TRUE)] bool condition)
        {
            SysDebug.Assert(condition);
        }