'Declaration
Public Function Filter( _
ByVal As System.Collections.Generic.ICollection(Of MetadataItem) _
) As System.Collections.Generic.IList(Of MetadataItem)
'Usage
Dim instance As MetadataFilter
Dim items As System.Collections.Generic.ICollection(Of MetadataItem)
Dim value As System.Collections.Generic.IList(Of MetadataItem)
value = instance.Filter(items)
public System.Collections.Generic.IList<MetadataItem> Filter(
System.Collections.Generic.ICollection<MetadataItem>
)
public: System.Collections.Generic.IList<MetadataItem*>* Filter(
System.Collections.Generic.ICollection<MetadataItem*>*
)