ToKeyValuePairsArray() private method

private ToKeyValuePairsArray ( ) : System.Collections.KeyValuePairs[]
return System.Collections.KeyValuePairs[]
Example #1
0
 internal override KeyValuePairs[] ToKeyValuePairsArray()
 {
     return(_table.ToKeyValuePairsArray());
 }