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