Exemplo n.º 1
0
 public MapPairs(ScriptMap map, ScriptMap itorResult)
 {
     m_Enumerator = map.GetEnumerator();
     m_ItorResult = itorResult;
 }