OperatorCollection.Replace

OperatorCollection.Replace method

Replace operators in collection with other operators.

public void Replace(IList<Operator> operators)
ParameterTypeDescription
operatorsIList`1Operators list which will replace operators currently contained in the collection. Eash operator from the list must have correct index in range [1..N] where N is count of operators in the collection

See Also