UnicodeCharacterRangeCollection - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Contains an ordered collection of UnicodeCharacterRange objects.
Тип UnicodeCharacterRangeCollection предоставляет следующие члены.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
UnicodeCharacterRangeCollection | Перегружен. Initializes a new instance of the UnicodeCharacterRangeCollection. |
В начало страницы
Методы
Имя | Описание | |
---|---|---|
![]() |
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. (Переопределяет Object.Equals(Object).) |
![]() |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) |
![]() |
GetEnumerator | Returns an enumerator for the entire UnicodeCharacterRangeCollection. |
![]() |
GetHashCode | Returns the hash code for this instance. (Переопределяет Object.GetHashCode().) |
![]() |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) |
![]() |
IndexOf | Returns the index of a specific UnicodeCharacterRange object within an UnicodeCharacterRangeCollection collection. |
![]() |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) |
![]() |
Remove | Removes the specified UnicodeCharacterRange object from the UnicodeCharacterRangeCollection. |
![]() |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
В начало страницы
Операторы
Имя | Описание | |
---|---|---|
![]() ![]() |
Equality | Determines whether two specified UnicodeCharacterRangeCollection objects have the same value. |
![]() ![]() |
Inequality | Determines whether two specified UnicodeCharacterRangeCollection objects have different values. |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
![]() |
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. |
В начало страницы
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
![]() ![]() |
ICollection.CopyTo | |
![]() ![]() |
IEnumerable.GetEnumerator |
В начало страницы