C# Class Castle.Core.Internal.LinkedListEnumerator

Inheritance: IEnumerator
Show file 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