UnicodeCharacterRangeCollection Members

Contains an ordered collection of UnicodeCharacterRange objects.

The following tables list the members exposed by the UnicodeCharacterRangeCollection type.

Public Constructors

  Name Description
Public method UnicodeCharacterRangeCollection Overloaded. Initializes a new instance of the UnicodeCharacterRangeCollection.

Top

Public 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

Public Methods

(see also Protected 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 Overloaded. Overridden. Determines whether two UnicodeCharacterRangeCollection instances are equal.
Public method GetEnumerator Returns an enumerator for the entire UnicodeCharacterRangeCollection.
Public method GetHashCode Overridden. Returns the hash code for this instance.
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.
Public method Static op_Equality Determines whether two specified UnicodeCharacterRangeCollection objects have the same value.
Public method Static op_Inequality Determines whether two specified UnicodeCharacterRangeCollection objects have different values.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (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

Protected Methods

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implementation Method System.Collections.ICollection.CopyTo This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method System.Collections.IEnumerable.GetEnumerator This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

See Also

Reference

UnicodeCharacterRangeCollection Class
System.Windows.Ink Namespace