public sealed class ViewReferenceCollection : ViewUniqueNameCollection<IViewReferenceMetadata>Public NotInheritable Class ViewReferenceCollection
Inherits ViewUniqueNameCollection(Of IViewReferenceMetadata)public ref class ViewReferenceCollection sealed : public ViewUniqueNameCollection<IViewReferenceMetadata^>[<SealedAttribute>]
type ViewReferenceCollection =
class
inherit ViewUniqueNameCollection<IViewReferenceMetadata>
end| ViewReferenceCollection | Initializes a new instance of the ListT class that is empty and has the default initial capacity. |
| ViewReferenceCollection(IEnumerableIViewReferenceMetadata) | Инициализирует новый экземпляр класса ViewReferenceCollection |
| ViewReferenceCollection(Int32) | Initializes a new instance of the ListT class that is empty and has the specified initial capacity. |
| Count | Gets the number of elements contained in the ICollectionT. (Унаследован от UniqueNameCollectionT) |
| IsSealed | Признак того, что объект был защищён от изменений. (Унаследован от UniqueNameCollectionT) |
| Item | Gets or sets the element at the specified index. (Унаследован от UniqueNameCollectionT) |
| Add | Adds an item to the ICollectionT. (Унаследован от UniqueNameCollectionT) |
| AsReadOnly |
Возвращает текущую коллекцию, доступную только для чтения.
(Унаследован от UniqueNameCollectionT) |
| Clear | Removes all items from the ICollectionT. (Унаследован от UniqueNameCollectionT) |
| Contains(String) |
Возвращает признак того, что элемент с указанным именем входит в коллекцию.
(Унаследован от UniqueNameCollectionT) |
| Contains(T) | Determines whether the ICollectionT contains a specific value. (Унаследован от UniqueNameCollectionT) |
| CopyTo | Copies the elements of the ICollectionT to an Array, starting at a particular Array index. (Унаследован от UniqueNameCollectionT) |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| FindByName |
Возвращает элемент по его имени или null, если элемент не найден.
(Унаследован от UniqueNameCollectionT) |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Унаследован от UniqueNameCollectionT) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| IndexOf(String) |
Возвращает индекс элемента по его имени или -1, если элемент не найден.
(Унаследован от UniqueNameCollectionT) |
| IndexOf(T) | Determines the index of a specific item in the IListT. (Унаследован от UniqueNameCollectionT) |
| Insert | Inserts an item to the IListT at the specified index. (Унаследован от UniqueNameCollectionT) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| NamesAreEqual |
Возвращает признак того, что имена совпадают.
(Унаследован от ViewUniqueNameCollectionT) |
| Remove | Removes the first occurrence of a specific object from the ICollectionT. (Унаследован от UniqueNameCollectionT) |
| RemoveAt | Removes the IListT item at the specified index. (Унаследован от UniqueNameCollectionT) |
| Seal | Защищает объект от изменений. (Унаследован от UniqueNameCollectionT) |
| SealInternal | Защищает объект от изменений. Метод может быть переопределён в классах-наследниках. (Унаследован от UniqueNameCollectionT) |
| ThrowExists |
Выбрасывает исключение о том, что указанный элемент уже содержится в коллекции.
(Унаследован от ViewUniqueNameCollectionT) |
| ThrowIfExists |
Выбрасывает исключение, если имя элемента item уже содержится в коллекции.
(Унаследован от UniqueNameCollectionT) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |