Property | Type | Description | |
---|---|---|---|
IDeserializationCallback | void | ||
IEnumerable | IEnumerator | ||
IndexOfKey | int | ||
OrderedDictionary | System.Diagnostics | ||
System | System.Collections.IEnumerator |
Method | Description | |
---|---|---|
Add ( object key, object value ) : void | ||
AsReadOnly ( ) : |
||
AsReadOnly ( ) : System.Collections.Specialized.OrderedDictionary | ||
Clear ( ) : void | ||
Contains ( object key ) : bool | ||
CopyTo ( |
||
CopyTo ( System array, int index ) : void | ||
GetEnumerator ( ) : IDictionaryEnumerator | ||
GetEnumerator ( ) : System.Collections.IDictionaryEnumerator | ||
GetObjectData ( |
||
GetObjectData ( System info, System context ) : void | ||
Insert ( int index, object key, object value ) : void | ||
OrderedDictionary ( ) | ||
OrderedDictionary ( System comparer ) | ||
OrderedDictionary ( int capacity ) | ||
OrderedDictionary ( int capacity, System comparer ) | ||
OrderedDictionary ( ) : System.Diagnostics | ||
OrderedDictionary ( IEqualityComparer comparer ) : System.Diagnostics | ||
OrderedDictionary ( int capacity ) : System.Diagnostics | ||
OrderedDictionary ( int capacity, IEqualityComparer comparer ) : System.Diagnostics | ||
Remove ( object key ) : void | ||
RemoveAt ( int index ) : void | ||
System ( object sender ) : void | ||
this ( int index ) : object | ||
this ( object key ) : object |
Method | Description | |
---|---|---|
OnDeserialization ( object sender ) : void | ||
OrderedDictionary ( System info, System context ) | ||
OrderedDictionary ( |
Method | Description | |
---|---|---|
IDeserializationCallback ( object sender ) : void | ||
IEnumerable ( ) : IEnumerator | ||
IndexOfKey ( object key ) : int | ||
OrderedDictionary ( |
||
System ( ) : System.Collections.IEnumerator |
public Add ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
public AsReadOnly ( ) : System.Collections.Specialized.OrderedDictionary | ||
return | System.Collections.Specialized.OrderedDictionary |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public CopyTo ( System array, int index ) : void | ||
array | System | |
index | int | |
return | void |
public GetEnumerator ( ) : IDictionaryEnumerator | ||
return | IDictionaryEnumerator |
public GetEnumerator ( ) : System.Collections.IDictionaryEnumerator | ||
return | System.Collections.IDictionaryEnumerator |
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public GetObjectData ( System info, System context ) : void | ||
info | System | |
context | System | |
return | void |
public Insert ( int index, object key, object value ) : void | ||
index | int | |
key | object | |
value | object | |
return | void |
protected OnDeserialization ( object sender ) : void | ||
sender | object | |
return | void |
protected OrderedDictionary ( System info, System context ) | ||
info | System | |
context | System |
public OrderedDictionary ( int capacity, System comparer ) | ||
capacity | int | |
comparer | System |
public OrderedDictionary ( ) : System.Diagnostics | ||
return | System.Diagnostics |
public OrderedDictionary ( IEqualityComparer comparer ) : System.Diagnostics | ||
comparer | IEqualityComparer | |
return | System.Diagnostics |
protected OrderedDictionary ( |
||
info | ||
context | ||
return | System.Diagnostics |
public OrderedDictionary ( int capacity ) : System.Diagnostics | ||
capacity | int | |
return | System.Diagnostics |
public OrderedDictionary ( int capacity, IEqualityComparer comparer ) : System.Diagnostics | ||
capacity | int | |
comparer | IEqualityComparer | |
return | System.Diagnostics |