Esempio n. 1
0
 /// <summary>
 /// Determines whatever the parameter is in the collection.
 /// </summary>
 public T OneOf(IEnumerable collection)
 {
     ArgManager.AddInArgument(List.OneOf(collection));
     return(default(T));
 }