Foundation.NSMutableCharacterSet Members

The members of Foundation.NSMutableCharacterSet are listed below.

See Also: Inherited members from Foundation.NSCharacterSet

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
static
AlphanumericsNSCharacterSet. Documentation for this section has not yet been entered.
[read-only]
static
CapitalizedNSCharacterSet. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
ControlsNSCharacterSet. Documentation for this section has not yet been entered.
[read-only]
static
DecimalDigitsNSCharacterSet. Documentation for this section has not yet been entered.
[read-only]
static
DecomposablesNSCharacterSet. Documentation for this section has not yet been entered.
[read-only]
static
IllegalsNSCharacterSet. Documentation for this section has not yet been entered.
[read-only]
static
LettersNSCharacterSet. Documentation for this section has not yet been entered.
[read-only]
static
LowercaseLettersNSCharacterSet. Documentation for this section has not yet been entered.
[read-only]
static
MarksNSCharacterSet. Documentation for this section has not yet been entered.
[read-only]
static
NewlinesNSCharacterSet. Documentation for this section has not yet been entered.
[read-only]
static
PunctuationNSCharacterSet. Documentation for this section has not yet been entered.
[read-only]
static
SymbolsNSCharacterSet. Documentation for this section has not yet been entered.
[read-only]
static
UppercaseLettersNSCharacterSet. Documentation for this section has not yet been entered.
[read-only]
static
WhitespaceAndNewlinesNSCharacterSet. Documentation for this section has not yet been entered.
[read-only]
static
WhitespacesNSCharacterSet. Documentation for this section has not yet been entered.

Public Methods

AddCharacters(NSRange)
Documentation for this section has not yet been entered.
AddCharacters(NSString)
Documentation for this section has not yet been entered.
static
FromBitmapRepresentation(NSData) : NSCharacterSet
Documentation for this section has not yet been entered.
static
FromFile(string) : NSCharacterSet
Documentation for this section has not yet been entered.
static
FromRange(NSRange) : NSCharacterSet
Documentation for this section has not yet been entered.
static
FromString(string) : NSCharacterSet
Documentation for this section has not yet been entered.
IntersectWith(NSCharacterSet)
Documentation for this section has not yet been entered.
Invert()
Documentation for this section has not yet been entered.
RemoveCharacters(NSRange)
Documentation for this section has not yet been entered.
RemoveCharacters(NSString)
Documentation for this section has not yet been entered.
UnionWith(NSCharacterSet)
Documentation for this section has not yet been entered.