Esempio n. 1
0
 public static Generic.IEnumerable <T> Prepend <T>(this Generic.IEnumerable <T> me, params T[] other)
 {
     // Analysis disable RedundantCast
     return(me.Prepend((Generic.IEnumerable <T>)other));
     // Analysis restore RedundantCast
 }