C# Class System.Collections.Specialized.ListDictionary

Inheritance: IDictionary, ICollection, IEnumerable
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Add ( object key, object value ) : void
Clear ( ) : void
Contains ( object key ) : bool
CopyTo ( System array, int index ) : void
GetEnumerator ( ) : System.Collections.IDictionaryEnumerator
ListDictionary ( )
ListDictionary ( System comparer )
Remove ( object key ) : void
this ( object key ) : object

Private Methods

Method Description
System ( ) : System.Collections.IEnumerator

Method Details

Add() public method

public Add ( object key, object value ) : void
key object
value object
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( object key ) : bool
key object
return bool

CopyTo() public method

public CopyTo ( System array, int index ) : void
array System
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : System.Collections.IDictionaryEnumerator
return System.Collections.IDictionaryEnumerator

ListDictionary() public method

public ListDictionary ( )

ListDictionary() public method

public ListDictionary ( System comparer )
comparer System

Remove() public method

public Remove ( object key ) : void
key object
return void

this() public method

public this ( object key ) : object
key object
return object