Click or drag to resize

GraphGetEnumerator Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Get an enumerator of the Operations in this Graph

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

Return Value

Type: IEnumeratorOperation
An enumerator of the Operations in this Graph

Implements

IEnumerableTGetEnumerator
See Also