15 using System.Collections.Generic;
33 private string paramType;
38 private string identifier;
59 get {
return this.paramType; }
60 set { this.paramType = value; }
68 get {
return this.identifier; }
69 set { this.identifier = value; }
79 if (!this.paramType.EndsWith(
"[]"))
80 return this.identifier +
"__0";
82 return this.identifier;
100 get {
return column; }
101 set { column = value; }
int Line
Gets or sets the line number
Encapsulates a parameter declaration.
int Column
Gets or sets the column number
string Identifier
Gets or sets parameter name
string ParamType
Gets or sets the name of the parameter type
string ILName
Gets the il parameter name.