PostSharpAPI ReferencePost­Sharp.​Patterns.​RecordingOperation­CollectionGet­Enumerator
Open sandboxFocus

Method GetEnumerator

GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration
public IEnumerator<Operation> GetEnumerator()
Returns
Type Description
IEnumerator<Operation>

An enumerator that can be used to iterate through the collection.