Public Overrides Function GetIndexRecordExactMatch( _ ByVal indexValues As List(Of Object) _ ) As List(Of CompositeIndexRecord(Of T))
Dim instance As CompositeIndex(Of T) Dim indexValues As List(Of Object) Dim value As List(Of CompositeIndexRecord(Of T)) value = instance.GetIndexRecordExactMatch(indexValues)
public override List<CompositeIndexRecord<T>> GetIndexRecordExactMatch( List<object> indexValues )
public: List<CompositeIndexRecord<T^>^>^ GetIndexRecordExactMatch( List<Object^>^ indexValues ) override
Parameters
- indexValues