public static IStore<T> CreateStore<T>( IEnumerable<T> contents )
Public Shared Function CreateStore(Of T) ( contents As IEnumerable(Of T) ) As IStore(Of T)
public: generic<typename T> static IStore<T>^ CreateStore( IEnumerable<T>^ contents )
JavaScript does not support generic types or methods.
In This Article