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

Top

Methods

  Name Description
Public method Add Adds a new character to the UnicodeCharacterRangeBaseCollection which is repeated a specified number of times.
Public method Contains A Boolean value which indicates whether an element is in the UnicodeCharacterRangeBaseCollection.
Public method CopyTo Copies all of the elements in the current UnicodeCharacterRangeBaseCollection collection to a specified one-dimensional array, starting at the specified destination array index.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from 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 UnicodeCharacterRangeBaseCollection.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method IndexOf Returns the index of a specific UnicodeCharacterRangeBase object within an UnicodeCharacterRangeBaseCollection collection.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Removes the specified UnicodeCharacterRangeBase object from the UnicodeCharacterRangeBaseCollection.
Public method RemoveAt Removes the UnicodeCharacterRangeBase at the specified location from the UnicodeCharacterRangeBaseCollection.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Count Gets the number of elements actually contained in the UnicodeCharacterRangeBaseCollection.
Public property IsSynchronized Gets a value indicating whether access to the UnicodeCharacterRangeBaseCollection 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 UnicodeCharacterRangeBaseCollection.

Top

Explicit Interface Implementations

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

Top

See Also

Reference

UnicodeCharacterRangeBaseCollection Class

System.Windows.Ink.AnalysisCore Namespace