예제 #1
0
		/// <summary>
		/// Adds an item to the collection
		/// </summary>
		/// <param name="ft">a ParentChild object</param>
		/// <returns></returns>
		public int Add(FromTo ft)
		{
			return this.InnerList.Add(ft);
		}
예제 #2
0
 /// <summary>
 /// Adds an item to the collection
 /// </summary>
 /// <param name="ft">a ParentChild object</param>
 /// <returns></returns>
 public int Add(FromTo ft)
 {
     return(this.InnerList.Add(ft));
 }