Leadtools.Dicom.AddIn Namespace > ServiceLocator Class : RetrieveAll<T> Method |
public static IEnumerable<T> RetrieveAll<T>()
'Declaration Public Shared Function RetrieveAll(Of T)() As IEnumerable(Of T)
'Usage Dim value As IEnumerable(Of T) value = ServiceLocator.RetrieveAll(Of T)()
public: static IEnumerable<T^>^ RetrieveAllgeneric<typename T> ();