Share via


ComplexCollectionEntry.GetEnumerator Method

Definition

Gets an enumerator over all complex entries in this collection.

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry+<GetEnumerator>d__13))]
public virtual System.Collections.Generic.IEnumerator<Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry> GetEnumerator();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry+<GetEnumerator>d__13))>]
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry>
Public Iterator Overridable Function GetEnumerator () As IEnumerator(Of ComplexElementEntry)

Returns

An enumerator over all complex entries in this collection.

Attributes

Applies to