GetEnumerator

VideoFormatInfoCollection.GetEnumerator method

Returns an enumerator that iterates through the VideoFormatInfoCollection elements.

public IEnumerator<VideoFormatInfo> GetEnumerator()

Return Value

An IEnumerator object that can be used to iterate through the VideoFormatInfoCollection elements.

See Also