Tup.Cobar4Net.Parser.Ast.Expression.Primary.ParamMarker.ParamMarker C# (CSharp) Method

ParamMarker() public method

public ParamMarker ( int paramIndex ) : System.Collections.Generic
paramIndex int start from 1
return System.Collections.Generic
        public ParamMarker(int paramIndex)
        {
            this.paramIndex = paramIndex;
        }