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
		}
	}