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
Queue.QueueEnumerator
C# Class System.Collections.Queue.QueueEnumerator
Inheritance:
IEnumerator
显示文件
Open project: dotnet/corefx
Public Methods
Method
Description
Clone
( ) :
object
MoveNext
( ) :
bool
Reset
( ) :
void
Private Methods
Method
Description
QueueEnumerator
(
Queue
q
) :
System.Diagnostics
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