C# Class kompiler.Scope

Afficher le fichier Open project: jakl/hacks

Méthodes publiques

Свойство Type Description
m_attrs Attribute>.Dictionary
m_offset int

Méthodes publiques

Méthode Description
contains ( string name ) : bool
get ( string name ) : Attribute
set ( string name, Attribute attr ) : void

Method Details

contains() public méthode

public contains ( string name ) : bool
name string
Résultat bool

get() public méthode

public get ( string name ) : Attribute
name string
Résultat Attribute

set() public méthode

public set ( string name, Attribute attr ) : void
name string
attr Attribute
Résultat void

Property Details

m_attrs public_oe property

public Dictionary m_attrs
Résultat Attribute>.Dictionary

m_offset public_oe property

public int m_offset
Résultat int