ToKeyValuePairsArray() 개인적인 메소드

private ToKeyValuePairsArray ( ) : System.Collections.KeyValuePairs[]
리턴 System.Collections.KeyValuePairs[]
예제 #1
0
 internal override KeyValuePairs[] ToKeyValuePairsArray()
 {
     return(_list.ToKeyValuePairsArray());
 }