Tup.Cobar4Net.Parser.Ast.Expression.Primary.ParamMarker.ParamMarker C# (CSharp) 메소드

ParamMarker() 공개 메소드

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