UnicodeCharacterRangeBaseCollection 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 UnicodeCharacterRangeBase objects.
The UnicodeCharacterRangeBaseCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UnicodeCharacterRangeBaseCollection | Overloaded. Initializes a new instance of the UnicodeCharacterRangeBaseCollection. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a new character to the UnicodeCharacterRangeBaseCollection which is repeated a specified number of times. | |
Contains | A Boolean value which indicates whether an element is in the UnicodeCharacterRangeBaseCollection. | |
CopyTo | Copies all of the elements in the current UnicodeCharacterRangeBaseCollection collection to a specified one-dimensional array, starting at the specified destination array index. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from 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 UnicodeCharacterRangeBaseCollection. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
IndexOf | Returns the index of a specific UnicodeCharacterRangeBase object within an UnicodeCharacterRangeBaseCollection collection. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove | Removes the specified UnicodeCharacterRangeBase object from the UnicodeCharacterRangeBaseCollection. | |
RemoveAt | Removes the UnicodeCharacterRangeBase at the specified location from the UnicodeCharacterRangeBaseCollection. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the UnicodeCharacterRangeBaseCollection. | |
IsSynchronized | Gets a value indicating whether access to the UnicodeCharacterRangeBaseCollection 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 UnicodeCharacterRangeBaseCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | ||
IEnumerable.GetEnumerator |
Top