ReadOnlyLinkedElementCollection<T>.Enumerator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |