System.Runtime.Serialization.Formatters.InternalST.SoapAssert C# (CSharp) Method

SoapAssert() private method

private SoapAssert ( bool condition, String message ) : void
condition bool
message String
return void
		public static void SoapAssert(bool condition, String message)
		{
			BCLDebug.Assert(condition, message);
		}