C# Class kompiler.AttrVar

Inheritance: Attribute
Afficher le fichier Open project: jakl/hacks

Méthodes publiques

Свойство Type Description
m_offset int
m_type AttrType

Méthodes publiques

Méthode Description
AttrVar ( int offset ) : System

Define a scalar

AttrVar ( int offset, AttrType type ) : System

Define an array

ToString ( ) : string

Method Details

AttrVar() public méthode

Define a scalar
public AttrVar ( int offset ) : System
offset int
Résultat System

AttrVar() public méthode

Define an array
public AttrVar ( int offset, AttrType type ) : System
offset int
type AttrType
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

m_offset public_oe property

public int m_offset
Résultat int

m_type public_oe property

public AttrType,kompiler m_type
Résultat AttrType