Public Overrides Function GetAllPrimaryKeys() As List(Of Long)
Dim instance As SingleIndex(Of T,TIndex) Dim value As List(Of Long) value = instance.GetAllPrimaryKeys()
public override List<long> GetAllPrimaryKeys()
public: List<int64>^ GetAllPrimaryKeys(); override