Dev2.Common.Dev2IndexOp.ExecuteOperation C# (CSharp) Method

ExecuteOperation() public method

public ExecuteOperation ( System.CharEnumerator candidate, int startIdx, int len, bool isReversed ) : string
candidate System.CharEnumerator
startIdx int
len int
isReversed bool
return string
        public string ExecuteOperation(CharEnumerator candidate, int startIdx, int len, bool isReversed)
        {
            throw new NotImplementedException();
        }

Same methods

Dev2IndexOp::ExecuteOperation ( char candidate, int startIdx, bool isReversed ) : string