MonobjcMonobjc Documented Class Library
WhitespaceAndNewlineCharacterSet Property
NamespacesMonobjc.FoundationNSCharacterSetWhitespaceAndNewlineCharacterSet

Returns a character set containing only the whitespace characters space (U+0020) and tab (U+0009) and the newline and nextline characters (U+000A–U+000D, U+0085).

Original signature is '+ (id)whitespaceAndNewlineCharacterSet'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static Id WhitespaceAndNewlineCharacterSet { get; }
Public Shared ReadOnly Property WhitespaceAndNewlineCharacterSet As Id
	Get
public:
static property Id^ WhitespaceAndNewlineCharacterSet {
	Id^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)