ReadOnlyLinkedElementCollection<T>.Enumerator Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Enumerador fortemente tipado para classe ElementCollection.
public: where T : ModelElementvalue class ReadOnlyLinkedElementCollection<T>::Enumerator : System::Collections::Generic::IEnumerator<T>
public struct ReadOnlyLinkedElementCollection<T>.Enumerator : System.Collections.Generic.IEnumerator<T> where T : ModelElement
type ReadOnlyLinkedElementCollection<'T (requires 'T :> ModelElement)>.Enumerator = struct
interface IEnumerator<'T (requires 'T :> ModelElement)>
interface IDisposable
interface IEnumerator
Public Structure ReadOnlyLinkedElementCollection(Of T).Enumerator
Implements IEnumerator(Of T)
Parâmetros de tipo
- T
- Herança
-
ReadOnlyLinkedElementCollection<T>.Enumerator
- Implementações
Propriedades
| Current |
Obtém o representante da função selecionado no momento. |
Métodos
| MoveNext() |
Move para o próximo representante da função na coleção. |
| Reset() |
Move o enumerador para o início da coleção. |
Implantações explícitas de interface
| IDisposable.Dispose() | |
| IEnumerator.Current |