DataFrameJoinExtensions.GetSortedListsIntersection Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
public static System.Collections.Generic.IList<long> GetSortedListsIntersection (System.Collections.Generic.IReadOnlyList<long> sortedList1, System.Collections.Generic.IReadOnlyList<long> sortedList2);
static member GetSortedListsIntersection : System.Collections.Generic.IReadOnlyList<int64> * System.Collections.Generic.IReadOnlyList<int64> -> System.Collections.Generic.IList<int64>
Public Shared Function GetSortedListsIntersection (sortedList1 As IReadOnlyList(Of Long), sortedList2 As IReadOnlyList(Of Long)) As IList(Of Long)
Parametry
- sortedList1
- IReadOnlyList<Int64>
- sortedList2
- IReadOnlyList<Int64>