Esempio n. 1
0
		public CodgenParam(string key, string value, string type)
		{
			Key = key;
			Value = value;
			ParamType = type;
			Scope = CodgenParamScope.Local;
		}
Esempio n. 2
0
 public CodgenParam(string key, string value, string type)
 {
     Key       = key;
     Value     = value;
     ParamType = type;
     Scope     = CodgenParamScope.Local;
 }