Microsoft.VisualC.StlClr Namespace
Contém as classes, as interfaces e os enumeradores que são usados para implementar a Biblioteca STL/CLR. Contains the classes, interfaces, and enumerators that are used to implement the STL/CLR Library.
Classes
| DequeEnumerator<TValue> |
Dá suporte à iteração simples sobre qualquer objeto STL/CLR que implementa a interface IDeque<TValue>.Supports simple iteration over any STL/CLR object that implements the IDeque<TValue> interface. |
| DequeEnumeratorBase<TValue> |
Dá suporte à iteração simples sobre qualquer objeto STL/CLR que implementa a interface IDeque<TValue>.Supports simple iteration over any STL/CLR object that implements the IDeque<TValue> interface. |
| GenericPair<TValue1,TValue2> |
Descreve um objeto que encapsula um par de valores.Describes an object that wraps a pair of values. |
| HashEnumerator<TKey,TValue> |
Dá suporte à iteração simples sobre qualquer objeto STL/CLR que implementa a interface IHash<TKey,TValue>.Supports simple iteration over any STL/CLR object that implements the IHash<TKey,TValue> interface. |
| HashEnumeratorBase<TKey,TValue> |
Dá suporte à iteração simples sobre qualquer objeto STL/CLR que implementa a interface IHash<TKey,TValue>.Supports simple iteration over any STL/CLR object that implements the IHash<TKey,TValue> interface. |
| ListEnumerator<TValue> |
Dá suporte à iteração simples sobre qualquer objeto STL/CLR que implementa a interface IList<TValue>.Supports simple iteration over any STL/CLR object that implements the IList<TValue> interface. |
| ListEnumeratorBase<TValue> |
Dá suporte à iteração simples sobre qualquer objeto STL/CLR que implementa a interface IList<TValue>.Supports simple iteration over any STL/CLR object that implements the IList<TValue> interface. |
| TreeEnumerator<TKey,TValue> |
Dá suporte à iteração simples sobre qualquer objeto STL/CLR que implementa a interface ITree<TKey,TValue>.Supports simple iteration over any STL/CLR object that implements the ITree<TKey,TValue> interface. |
| TreeEnumeratorBase<TKey,TValue> |
Dá suporte à iteração simples sobre qualquer objeto STL/CLR que implementa a interface ITree<TKey,TValue>.Supports simple iteration over any STL/CLR object that implements the ITree<TKey,TValue> interface. |
| VectorEnumerator<TValue> |
Dá suporte à iteração simples sobre qualquer objeto STL/CLR que implementa a interface IVector<TValue>.Supports simple iteration over any STL/CLR object that implements the IVector<TValue> interface. |
| VectorEnumeratorBase<TValue> |
Dá suporte à iteração simples sobre qualquer objeto STL/CLR que implementa a interface IVector<TValue>.Supports simple iteration over any STL/CLR object that implements the IVector<TValue> interface. |
Interfaces
| IDeque<TValue> |
Define a interface de um objeto |
| IHash<TKey,TValue> |
Define a interface dos objetos |
| IList<TValue> |
Define a interface para um objeto STL/CLR de lista.Defines the interface for an STL/CLR list object. |
| IPriorityQueue<TValue,TCont> |
Define a interface para um objeto STL/CLR priority_queue.Defines the interface for an STL/CLR priority_queue object. |
| IQueue<TValue,TCont> |
Define a interface para um objeto queue do STL/CLR.Defines the interface for an STL/CLR queue object. |
| IStack<TValue,TCont> |
Define a interface de um objeto stack do STL/CLR.Defines the interface of an STL/CLR stack object. |
| ITree<TKey,TValue> |
Define a interface dos objetos |
| IVector<TValue> |
Define a interface para um objeto de vetor STL/CLR.Defines the interface for an STL/CLR vector object. |
Delegados
| BinaryDelegate<TArg1,TArg2,TResult> |
Descreve um delegado com dois argumentos.Describes a two-argument delegate. É possível usá-lo para especificar os argumentos e o tipo de retorno do delegado.You use it to specify the arguments and return type of the delegate. |
| UnaryDelegate<TArg,TResult> |
Descreve um delegado com um argumento.Describes a one-argument delegate. É possível usá-lo para especificar o argumento e o tipo de retorno do delegado.You use it to specify the argument and return type of the delegate. |