C# Class SwfDotNet.IO.Tags.BaseTag.BytecodeEnumerator

inner class, swf bytecode block enumerator for 'foreach' loops
Inheritance: IEnumerator
ファイルを表示 Open project: bladecoding/SwfExport

Private Properties

Property Type Description
BytecodeEnumerator System

Public Methods

Method Description
MoveNext ( ) : bool

satisfy IEnumerator interface

Reset ( ) : void

satisfy IEnumerator interface

Private Methods

Method Description
BytecodeEnumerator ( BaseTag tag ) : System

constructor. internal, since only used by BaseTag class

Method Details

MoveNext() public method

satisfy IEnumerator interface
public MoveNext ( ) : bool
return bool

Reset() public method

satisfy IEnumerator interface
public Reset ( ) : void
return void