System.Runtime.Serialization.Formatters.InternalST.SoapAssert C# (CSharp) 메소드

SoapAssert() 개인적인 메소드

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