Click or drag to resize

GraphGetEnumerator Method

http://www.emgu.com
Get an enumerator of the Operations in this Graph

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public IEnumerator<Operation> GetEnumerator()

Return Value

Type: IEnumeratorOperation
An enumerator of the Operations in this Graph

Implements

IEnumerableTGetEnumerator
See Also