C# Class kompiler.AttrVar

Inheritance: Attribute
Exibir arquivo Open project: jakl/hacks

Public Properties

Property Type Description
m_offset int
m_type AttrType

Public Methods

Method Description
AttrVar ( int offset ) : System

Define a scalar

AttrVar ( int offset, AttrType type ) : System

Define an array

ToString ( ) : string

Method Details

AttrVar() public method

Define a scalar
public AttrVar ( int offset ) : System
offset int
return System

AttrVar() public method

Define an array
public AttrVar ( int offset, AttrType type ) : System
offset int
type AttrType
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

m_offset public_oe property

public int m_offset
return int

m_type public_oe property

public AttrType,kompiler m_type
return AttrType