Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
System
Collections
Stack.Enumerator
C# Class System.Collections.Stack.Enumerator
Inheritance:
IEnumerator
,
ICloneable
显示文件
Open project: runefs/Marvin
Class Usage Examples
Public Methods
Method
Description
Clone
( ) :
object
MoveNext
( ) :
bool
Reset
( ) :
void
Private Methods
Method
Description
Enumerator
(
Stack
s
) :
System.Runtime.InteropServices
Method Details
Clone()
public
method
public
Clone
( ) :
object
return
object
MoveNext()
public
method
public
MoveNext
( ) :
bool
return
bool
Reset()
public
method
public
Reset
( ) :
void
return
void