'Declaration Public Shared Function Empty(Of T)() As IItemCollection(Of T)
public static IItemCollection<T> Empty<T>()
Type Parameters
- T
- The items type.
'Declaration Public Shared Function Empty(Of T)() As IItemCollection(Of T)
public static IItemCollection<T> Empty<T>()