コード例 #1
0
 internal Enumerator(ColaOrderedDictionary <TKey, TValue> parent, bool reverse)
 {
     m_version  = parent.m_version;
     m_parent   = parent;
     m_iterator = new ColaStore.Enumerator <KeyValuePair <TKey, TValue> >(parent.m_items, reverse);
 }
コード例 #2
0
 public DebugView(ColaOrderedDictionary <TKey, TValue> dictionary)
 {
     m_dictionary = dictionary;
 }