C# Class JSIL.Ast.JSCachedType

Inheritance: JSType
ファイルを表示 Open project: sq/JSIL Class Usage Examples

Public Properties

Property Type Description
Index int

Public Methods

Method Description
JSCachedType ( TypeReference type, int index ) : System

Method Details

JSCachedType() public method

public JSCachedType ( TypeReference type, int index ) : System
type Mono.Cecil.TypeReference
index int
return System

Property Details

Index public_oe property

public int Index
return int