Click or drag to resize

ResultFileCollectionGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public IEnumerator<DataFileInfo> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also