Public Function New( _ ByVal singleIndex As BaseSingleIndex(Of T,TIndex), _ ByVal primaryKey As Long, _ ByVal index As TIndex _ )
Dim singleIndex As BaseSingleIndex(Of T,TIndex) Dim primaryKey As Long Dim index As TIndex Dim instance As New SingleIndexRecord(Of T,TIndex)(singleIndex, primaryKey, index)
public SingleIndexRecord<T,TIndex>( BaseSingleIndex<T,TIndex> singleIndex, long primaryKey, TIndex index )
public: SingleIndexRecord<T,TIndex>( BaseSingleIndex<T^,TIndex^>^ singleIndex, int64 primaryKey, TIndex^ index )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2