OperationCollection.GetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public IEnumerator<Operation> GetEnumerator()
Return Value
Type: IEnumerator<Operation>An enumerator that can be used to iterate through the collection.