C# Class SwfDotNet.IO.ByteCode.Actions.ActionDefineFunction2.RegParamPair

register/name pair of function parameter
Show file Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
RegParamPair ( int r, string p ) : System

constructor

ToString ( ) : string

overriden ToString method, called by outer class

Method Details

RegParamPair() public method

constructor
public RegParamPair ( int r, string p ) : System
r int
p string
return System

ToString() public method

overriden ToString method, called by outer class
public ToString ( ) : string
return string