C# Class System.Collections.EmptyReadOnlyDictionaryInternal

Inheritance: IDictionary
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Add ( Object key, Object value ) : void
Clear ( ) : void
Contains ( Object key ) : bool
CopyTo ( Array array, int index ) : void
EmptyReadOnlyDictionaryInternal ( )
GetEnumerator ( ) : IDictionaryEnumerator
Remove ( Object key ) : void
this ( Object key ) : Object

Private Methods

Method Description
IEnumerable ( ) : 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 ( Array array, int index ) : void
array Array
index int
return void

EmptyReadOnlyDictionaryInternal() public method

GetEnumerator() public method

public GetEnumerator ( ) : IDictionaryEnumerator
return IDictionaryEnumerator

Remove() public method

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

this() public method

public this ( Object key ) : Object
key Object
return Object