Ejemplo n.º 1
0
 internal RktDictionary(IntPtr ptr)
 {
     iterator = new RktDictionaryIterator(this);
 }
Ejemplo n.º 2
0
 internal RktDictionary()
 {
     iterator = new RktDictionaryIterator(this);
 }