C# Class ObjectFormatterFixtures.ThrowingDictionary.E

Inheritance: IEnumerator, IDictionaryEnumerator
ファイルを表示 Open project: peachpiecompiler/Peachpie.Microsoft.CodeAnalysis

Public Methods

Method Description
E ( int throwAt ) : System
MoveNext ( ) : bool
Reset ( ) : void

Method Details

E() public method

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

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void