C# Class ObjectFormatterFixtures.ThrowingDictionary

Inheritance: IDictionary
Datei anzeigen Open project: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis

Public Methods

Method Description
Add ( object key, object value ) : void
Clear ( ) : void
Contains ( object key ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IDictionaryEnumerator
Remove ( object key ) : void
ThrowingDictionary ( int throwAt ) : System
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

GetEnumerator() public method

public GetEnumerator ( ) : IDictionaryEnumerator
return IDictionaryEnumerator

Remove() public method

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

ThrowingDictionary() public method

public ThrowingDictionary ( int throwAt ) : System
throwAt int
return System

this() public method

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