UnicodeCharacterRangeCollection Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Contains an ordered collection of UnicodeCharacterRange objects.
The UnicodeCharacterRangeCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UnicodeCharacterRangeCollection | Overloaded. Initializes a new instance of the UnicodeCharacterRangeCollection. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a new character to the UnicodeCharacterRangeCollection repeated a specified number of times. | |
Contains | Determines whether an element is in the UnicodeCharacterRangeCollection. | |
CopyTo | Copies all of the elements of the current UnicodeCharacterRangeCollection collection to the specified one-dimensional array, starting at the specified destination array index. | |
Equals | Determines whether the specified UnicodeCharacterRangeCollection is equal to the current UnicodeCharacterRangeCollection. (Overrides Object.Equals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator | Returns an enumerator for the entire UnicodeCharacterRangeCollection. | |
GetHashCode | Returns the hash code for this instance. (Overrides Object.GetHashCode().) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
IndexOf | Returns the index of a specific UnicodeCharacterRange object within an UnicodeCharacterRangeCollection collection. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove | Removes the specified UnicodeCharacterRange object from the UnicodeCharacterRangeCollection. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Determines whether two specified UnicodeCharacterRangeCollection objects have the same value. | |
Inequality | Determines whether two specified UnicodeCharacterRangeCollection objects have different values. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the UnicodeCharacterRangeCollection. | |
IsSynchronized | Gets a value indicating whether access to the UnicodeCharacterRangeCollection is synchronized (thread-safe). | |
Item | Gets or sets the element at the specified index. | |
SyncRoot | Gets an object that can be used to synchronize access to the UnicodeCharacterRangeCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | ||
IEnumerable.GetEnumerator |
Top