'Declaration
Public Function GetItems(Of As MetadataItem)( _
ByVal 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)