System.Security.Cryptography.CryptoConfig.CryptoHandler.OnIgnorableWhitespace C# (CSharp) 메소드

OnIgnorableWhitespace() 공개 메소드

public OnIgnorableWhitespace ( string text ) : void
text string
리턴 void
		public void OnIgnorableWhitespace (string text)
		{
			// don't care
		}
	}