コード例 #1
0
 /// <summary>
 /// Add a ResultIsAvailable object in the collection specifying the ResultIsAvailable object.
 /// </summary>
 /// <param name="resultIsAvailable">ResultIsAvailable object to add.</param>
 /// <returns>Index of the list where the object has been added.</returns>
 public int Add(ResultIsAvailable resultIsAvailable)
 {
     return this.List.Add(resultIsAvailable);
 }
コード例 #2
0
 /// <summary>
 /// Add a ResultIsAvailable object in the collection specifying the ResultIsAvailable object.
 /// </summary>
 /// <param name="resultIsAvailable">ResultIsAvailable object to add.</param>
 /// <returns>Index of the list where the object has been added.</returns>
 public int Add(ResultIsAvailable resultIsAvailable)
 {
     return(List.Add(resultIsAvailable));
 }