public MapPairs(ScriptMap map, ScriptMap itorResult)
 {
     m_Enumerator = map.GetEnumerator();
     m_ItorResult = itorResult;
 }