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

inner class, swf bytecode block enumerator for 'foreach' loops
Inheritance: IEnumerator
Afficher le fichier Open project: bladecoding/SwfExport

Private Properties

Свойство Type Description
BytecodeEnumerator System

Méthodes publiques

Méthode Description
MoveNext ( ) : bool

satisfy IEnumerator interface

Reset ( ) : void

satisfy IEnumerator interface

Private Methods

Méthode Description
BytecodeEnumerator ( BaseTag tag ) : System

constructor. internal, since only used by BaseTag class

Method Details

MoveNext() public méthode

satisfy IEnumerator interface
public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

satisfy IEnumerator interface
public Reset ( ) : void
Résultat void