Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Castle
Core
Internal
LinkedListEnumerator
C# Class Castle.Core.Internal.LinkedListEnumerator
Inheritance:
IEnumerator
Exibir arquivo
Open project: nats/castle-1.0.3-mono
Public Methods
Method
Description
LinkedListEnumerator
(
LinkNode
node
) :
System
MoveNext
( ) :
bool
Reset
( ) :
void
Method Details
LinkedListEnumerator()
public
method
public
LinkedListEnumerator
(
LinkNode
node
) :
System
node
LinkNode
return
System
MoveNext()
public
method
public
MoveNext
( ) :
bool
return
bool
Reset()
public
method
public
Reset
( ) :
void
return
void