SymbolIterator<T> Constructor

Overload List

 

Name

Description

SymbolIterator<T>(IInstanceCollection<T>)

Initializes a new instance of the SymbolIterator<T> class.

SymbolIterator<T>(IEnumerable<T>, Boolean)

Initializes a new instance of the SymbolIterator<T> class.

SymbolIterator<T>(IInstanceCollection<T>, Func<T, Boolean>)

Initializes a new instance of the SymbolIterator<T> class.

SymbolIterator<T>(IEnumerable<T>, Boolean, Func<T, Boolean>)

Initializes a new instance of the SymbolIterator<T> class.

SymbolIterator<T>(IEnumerable<T>, Boolean, SymbolIterationMask, Func<T, Boolean>, Func<T, Boolean>)

Initializes a new instance of the SymbolIterator<T> class.

See Also