ContextConditionCollection members
Include protected members
Include inherited members
The ContextConditionCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Obtém o número de itens na coleção (Inherited from OrderedCollectionBase<T>.) | |
IsReadOnly | (Overrides OrderedCollectionBase<T>.IsReadOnly.) | |
Item | Obtém um item por sua posição na coleção. A posição é baseada em zero. (Inherited from OrderedCollectionBase<T>.) | |
MaxSize | (Inherited from OrderedCollectionBase<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Clear | Remove todos os itens da coleção. (Inherited from OrderedCollectionBase<T>.) | |
Contains | Determina se a coleção contém determinado melhor opção. (Inherited from OrderedCollectionBase<T>.) | |
CopyTo | Copia o item em uma matriz, começando em um índice de matriz específica (Inherited from OrderedCollectionBase<T>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from OrderedCollectionBase<T>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Determina a posição do item na coleção. (Inherited from OrderedCollectionBase<T>.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveTo | Move o item para a posição especificada na coleção. A posição é baseada em zero. (Inherited from OrderedCollectionBase<T>.) | |
OnAfterChange | (Overrides OrderedCollectionBase<T>.OnAfterChange().) | |
OnPreAddInternal | (Overrides OrderedCollectionBase<T>.OnPreAddInternal(T).) | |
OnPreChange | (Overrides OrderedCollectionBase<T>.OnPreChange().) | |
OnPreClearInternal | (Inherited from OrderedCollectionBase<T>.) | |
OnPreRemoveInternal | (Inherited from OrderedCollectionBase<T>.) | |
OnSerializationInitialize | (Inherited from OrderedCollectionBase<T>.) | |
Remove | Remove o item da coleção (Inherited from OrderedCollectionBase<T>.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
_OrderedItems | (Inherited from OrderedCollectionBase<T>.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | (Inherited from OrderedCollectionBase<T>.) |
Top