Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Microsoft
Samples
Debugging
CorDebug
CorTypeEnumerator
C# Class Microsoft.Samples.Debugging.CorDebug.CorTypeEnumerator
Inheritance:
IEnumerable
,
IEnumerator
,
ICloneable
Show file
Open project: VE-2016/VE-2016
Public Methods
Method
Description
Clone
( ) :
Object
GetEnumerator
( ) :
IEnumerator
MoveNext
( ) :
bool
Reset
( ) :
void
Skip
(
int
celt
) :
void
Private Methods
Method
Description
CorTypeEnumerator
(
ICorDebugTypeEnum
typeEnumerator
) :
System
Method Details
Clone()
public
method
public
Clone
( ) :
Object
return
Object
GetEnumerator()
public
method
public
GetEnumerator
( ) :
IEnumerator
return
IEnumerator
MoveNext()
public
method
public
MoveNext
( ) :
bool
return
bool
Reset()
public
method
public
Reset
( ) :
void
return
void
Skip()
public
method
public
Skip
(
int
celt
) :
void
celt
int
return
void