TEnumerable.Empty<T> Method
Returns an empty IEnumerable<T> that has the specified type argument.
public class function Empty<T>: IEnumerable<T>; static;
Type Parameters
- T
- The type to assign to the type parameter of the returned generic IEnumerable<T> .