ReadOnlyLinkedElementCollection<T>.Enumerator Struct

Definition

Strongly-typed enumerator for ElementCollection class.

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)

Type Parameters

T
Inheritance
ReadOnlyLinkedElementCollection<T>.Enumerator
Implements

Properties

Current

Gets currently selected role player.

Methods

MoveNext()

Moves to the next role player in collection.

Reset()

Moves enumerator to the beginning of collection.

Explicit Interface Implementations

IDisposable.Dispose()
IEnumerator.Current

Applies to