MonobjcMonobjc Documented Class Library
WhitespaceCharacterSet Property
NamespacesMonobjc.FoundationNSCharacterSetWhitespaceCharacterSet

Returns a character set containing only the in-line whitespace characters space (U+0020) and tab (U+0009).

Original signature is '+ (id)whitespaceCharacterSet'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static Id WhitespaceCharacterSet { get; }
Public Shared ReadOnly Property WhitespaceCharacterSet As Id
	Get
public:
static property Id^ WhitespaceCharacterSet {
	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)