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