SymbolIterator Constructor

Overload List

 

Name

Description

SymbolIterator(IInstanceCollection<ISymbol>)

Initializes a new instance of the SymbolIterator class.

SymbolIterator(IEnumerable<ISymbol>, Boolean)

Initializes a new instance of the SymbolIterator class.

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

Initializes a new instance of the SymbolIterator class.

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

Initializes a new instance of the SymbolIterator class.

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

Initializes a new instance of the SymbolIterator class.

See Also