System.Collections.SortedList.SyncSortedList.ToKeyValuePairsArray C# (CSharp) Méthode

ToKeyValuePairsArray() private méthode

private ToKeyValuePairsArray ( ) : System.Collections.KeyValuePairs[]
Résultat System.Collections.KeyValuePairs[]
            internal override KeyValuePairs[] ToKeyValuePairsArray()
            {
                return _list.ToKeyValuePairsArray();
            }