ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > MetadataList Class : GetItems<T> Method |
'Declaration Public Function GetItems(Of T As MetadataItem)( _ ByVal types As MetadataType _ ) As System.Collections.Generic.List(Of T)
'Usage Dim instance As MetadataList Dim types As MetadataType Dim value As System.Collections.Generic.List(Of T) value = instance.GetItems(Of T)(types)
public System.Collections.Generic.List<T> GetItems<T>( MetadataType types ) where T: MetadataItem
public: System.Collections.Generic.List<T*>* GetItems<T>( MetadataType types ) where T: MetadataItem