Exemple #1
0
 internal RktDictionary(IntPtr ptr)
 {
     iterator = new RktDictionaryIterator(this);
 }
Exemple #2
0
 internal RktDictionary()
 {
     iterator = new RktDictionaryIterator(this);
 }