IDataStore..::..GetByType<(Of <(<'T>)>)> Method
Namespace:
SimpleEssentials.DataStore
Assembly:
SimpleEssentials (in SimpleEssentials.dll)
Syntax
IEnumerable<T> GetByType<T>()
Function GetByType(Of T) As IEnumerable(Of T)
generic<typename T> IEnumerable<T>^ GetByType()
Type Parameters
- T