System.Security.Cryptography.CryptoConfig.CryptoHandler.OnIgnorableWhitespace C# (CSharp) Method

OnIgnorableWhitespace() public method

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