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

inner class for bytecode block collection
Afficher le fichier Open project: bladecoding/SwfExport

Méthodes publiques

Méthode Description
this ( int index ) : byte[]

bytecode block indexer

Private Methods

Méthode Description
BytecodeHolder ( BaseTag t ) : System

constructor. internal, since only used by BaseTag class

Method Details

this() public méthode

bytecode block indexer
public this ( int index ) : byte[]
index int
Résultat byte[]