'Declaration Public Shared Function Append(Of T)( _ ByVal first As IEnumerable(Of T), _ ByVal ParamArray second() As T _ ) As IEnumerable(Of T)
public static IEnumerable<T> Append<T>( IEnumerable<T> first, params T[] second )
Parameters
- first
- second
Type Parameters
- T