C# Class System.Collections.Specialized.OrderedDictionary

Inheritance: IOrderedDictionary, IDictionary, ICollection, IEnumerable, ISerializable, IDeserializationCallback
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
IDeserializationCallback void
IEnumerable IEnumerator
IndexOfKey int
OrderedDictionary System.Diagnostics
System System.Collections.IEnumerator

Méthodes publiques

Méthode Description
Add ( object key, object value ) : void
AsReadOnly ( ) : OrderedDictionary
AsReadOnly ( ) : System.Collections.Specialized.OrderedDictionary
Clear ( ) : void
Contains ( object key ) : bool
CopyTo ( Array array, int index ) : void
CopyTo ( System array, int index ) : void
GetEnumerator ( ) : IDictionaryEnumerator
GetEnumerator ( ) : System.Collections.IDictionaryEnumerator
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
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

Méthodes protégées

Méthode Description
OnDeserialization ( object sender ) : void
OrderedDictionary ( System info, System context )
OrderedDictionary ( SerializationInfo info, StreamingContext context ) : System.Diagnostics

Private Methods

Méthode Description
IDeserializationCallback ( object sender ) : void
IEnumerable ( ) : IEnumerator
IndexOfKey ( object key ) : int
OrderedDictionary ( OrderedDictionary dictionary ) : System.Diagnostics
System ( ) : System.Collections.IEnumerator

Method Details

Add() public méthode

public Add ( object key, object value ) : void
key object
value object
Résultat void

AsReadOnly() public méthode

public AsReadOnly ( ) : OrderedDictionary
Résultat OrderedDictionary

AsReadOnly() public méthode

public AsReadOnly ( ) : System.Collections.Specialized.OrderedDictionary
Résultat System.Collections.Specialized.OrderedDictionary

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( object key ) : bool
key object
Résultat bool

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

CopyTo() public méthode

public CopyTo ( System array, int index ) : void
array System
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IDictionaryEnumerator
Résultat IDictionaryEnumerator

GetEnumerator() public méthode

public GetEnumerator ( ) : System.Collections.IDictionaryEnumerator
Résultat System.Collections.IDictionaryEnumerator

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

GetObjectData() public méthode

public GetObjectData ( System info, System context ) : void
info System
context System
Résultat void

Insert() public méthode

public Insert ( int index, object key, object value ) : void
index int
key object
value object
Résultat void

OnDeserialization() protected méthode

protected OnDeserialization ( object sender ) : void
sender object
Résultat void

OrderedDictionary() public méthode

public OrderedDictionary ( )

OrderedDictionary() public méthode

public OrderedDictionary ( System comparer )
comparer System

OrderedDictionary() protected méthode

protected OrderedDictionary ( System info, System context )
info System
context System

OrderedDictionary() public méthode

public OrderedDictionary ( int capacity )
capacity int

OrderedDictionary() public méthode

public OrderedDictionary ( int capacity, System comparer )
capacity int
comparer System

OrderedDictionary() public méthode

public OrderedDictionary ( ) : System.Diagnostics
Résultat System.Diagnostics

OrderedDictionary() public méthode

public OrderedDictionary ( IEqualityComparer comparer ) : System.Diagnostics
comparer IEqualityComparer
Résultat System.Diagnostics

OrderedDictionary() protected méthode

protected OrderedDictionary ( SerializationInfo info, StreamingContext context ) : System.Diagnostics
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System.Diagnostics

OrderedDictionary() public méthode

public OrderedDictionary ( int capacity ) : System.Diagnostics
capacity int
Résultat System.Diagnostics

OrderedDictionary() public méthode

public OrderedDictionary ( int capacity, IEqualityComparer comparer ) : System.Diagnostics
capacity int
comparer IEqualityComparer
Résultat System.Diagnostics

Remove() public méthode

public Remove ( object key ) : void
key object
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

System() public méthode

public System ( object sender ) : void
sender object
Résultat void

this() public méthode

public this ( int index ) : object
index int
Résultat object

this() public méthode

public this ( object key ) : object
key object
Résultat object