Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.InsertOrderedDictionary< TKey, TValue > Class Template Reference

More...

Inheritance diagram for Ext.Net.InsertOrderedDictionary< TKey, TValue >:

Public Member Functions

new void Add (TKey key, TValue value)
 
new void Clear ()
 
new bool Remove (TKey key)
 
virtual void Merge (InsertOrderedDictionary< TKey, TValue > dict, bool overwrite=true)
 Merges a dictionary in. More...
 
new List< KeyValuePair< TKey, TValue > >.Enumerator GetEnumerator ()
 

Properties

ReadOnlyCollection< KeyValuePair< TKey, TValue > > InsertList [get]
 

Detailed Description

Member Function Documentation

◆ Add()

new void Ext.Net.InsertOrderedDictionary< TKey, TValue >.Add ( TKey  key,
TValue  value 
)
inline

◆ Clear()

new void Ext.Net.InsertOrderedDictionary< TKey, TValue >.Clear ( )
inline

◆ GetEnumerator()

new List<KeyValuePair<TKey, TValue> >.Enumerator Ext.Net.InsertOrderedDictionary< TKey, TValue >.GetEnumerator ( )
inline

◆ Merge()

virtual void Ext.Net.InsertOrderedDictionary< TKey, TValue >.Merge ( InsertOrderedDictionary< TKey, TValue >  dict,
bool  overwrite = true 
)
inlinevirtual

Merges a dictionary in.

Parameters
dictDictionary to merge.
overwriteWhether to overwrite overlapping entries or skip them.

◆ Remove()

new bool Ext.Net.InsertOrderedDictionary< TKey, TValue >.Remove ( TKey  key)
inline

Property Documentation

◆ InsertList

ReadOnlyCollection<KeyValuePair<TKey, TValue> > Ext.Net.InsertOrderedDictionary< TKey, TValue >.InsertList
get


The documentation for this class was generated from the following file: