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

inner class for bytecode block collection
显示文件 Open project: bladecoding/SwfExport

Public Methods

Method Description
this ( int index ) : byte[]

bytecode block indexer

Private Methods

Method Description
BytecodeHolder ( BaseTag t ) : System

constructor. internal, since only used by BaseTag class

Method Details

this() public method

bytecode block indexer
public this ( int index ) : byte[]
index int
return byte[]