System.Collections.Hashtable.SyncHashtable.ToKeyValuePairsArray C# (CSharp) 메소드

ToKeyValuePairsArray() 개인적인 메소드

private ToKeyValuePairsArray ( ) : System.Collections.KeyValuePairs[]
리턴 System.Collections.KeyValuePairs[]
            internal override KeyValuePairs[] ToKeyValuePairsArray()
            {
                return _table.ToKeyValuePairsArray();
            }
        }