Share via


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
Public method UnicodeCharacterRangeCollection Overloaded. Initializes a new instance of the UnicodeCharacterRangeCollection.

Top

Methods

  Name Description
Public method Add Adds a new character to the UnicodeCharacterRangeCollection repeated a specified number of times.
Public method Contains Determines whether an element is in the UnicodeCharacterRangeCollection.
Public method CopyTo Copies all of the elements of the current UnicodeCharacterRangeCollection collection to the specified one-dimensional array, starting at the specified destination array index.
Public method Equals Determines whether the specified UnicodeCharacterRangeCollection is equal to the current UnicodeCharacterRangeCollection. (Overrides Object.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator Returns an enumerator for the entire UnicodeCharacterRangeCollection.
Public method GetHashCode Returns the hash code for this instance. (Overrides Object.GetHashCode().)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method IndexOf Returns the index of a specific UnicodeCharacterRange object within an UnicodeCharacterRangeCollection collection.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Removes the specified UnicodeCharacterRange object from the UnicodeCharacterRangeCollection.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Equality Determines whether two specified UnicodeCharacterRangeCollection objects have the same value.
Public operatorStatic member Inequality Determines whether two specified UnicodeCharacterRangeCollection objects have different values.

Top

Properties

  Name Description
Public property Count Gets the number of elements contained in the UnicodeCharacterRangeCollection.
Public property IsSynchronized Gets a value indicating whether access to the UnicodeCharacterRangeCollection is synchronized (thread-safe).
Public property Item Gets or sets the element at the specified index.
Public property SyncRoot Gets an object that can be used to synchronize access to the UnicodeCharacterRangeCollection.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top

See Also

Reference

UnicodeCharacterRangeCollection Class

Microsoft.Ink Namespace