GetEnumerator

WarningInfoCollection.GetEnumerator method

Returns an enumerator object that can be used to iterate over all items in the collection.

public IEnumerator<WarningInfo> GetEnumerator()

See Also