Exemplo n.º 1
0
		///<summary></summary>
		public void Insert(int index,ParameterField value){
			List.Insert(index,value);
		}
Exemplo n.º 2
0
		///<summary></summary>
		public int IndexOf(ParameterField value){
			return(List.IndexOf(value));
		}
Exemplo n.º 3
0
		///<summary></summary>
		public int Add(ParameterField value){
			return(List.Add(value));
		}
Exemplo n.º 4
0
 ///<summary></summary>
 public void Insert(int index, ParameterField value)
 {
     List.Insert(index, value);
 }
Exemplo n.º 5
0
 ///<summary></summary>
 public int IndexOf(ParameterField value)
 {
     return(List.IndexOf(value));
 }
Exemplo n.º 6
0
 ///<summary></summary>
 public int Add(ParameterField value)
 {
     return(List.Add(value));
 }