BaseOperatorCollection.Insert

BaseOperatorCollection.Insert method

Inserts operator into collection.

public abstract void Insert(int index, Operator op)
ParameterTypeDescription
indexInt32Index where new operator must be added
opOperatorOperator which will be insterted

See Also