Tup.Cobar4Net.Parser.Ast.Expression.Primary.ParamMarker.ParamMarker C# (CSharp) Méthode

ParamMarker() public méthode

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