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.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public IEnumerator<Operation> GetEnumerator()

Return Value

Type: IEnumeratorOperation
An enumerator of the Operations in this Graph

Implements

IEnumerableTGetEnumerator
See Also