BaseOperatorCollection.Item

BaseOperatorCollection indexer

Gets operator by its index.

public abstract Operator this[int index] { get; set; }
ParameterDescription
indexIndex of operator. Numbering is starts from 1.

Return Value

Operator from requested index

See Also