C# Class kompiler.Scope

Exibir arquivo Open project: jakl/hacks

Public Properties

Property Type Description
m_attrs Attribute>.Dictionary
m_offset int

Public Methods

Method Description
contains ( string name ) : bool
get ( string name ) : Attribute
set ( string name, Attribute attr ) : void

Method Details

contains() public method

public contains ( string name ) : bool
name string
return bool

get() public method

public get ( string name ) : Attribute
name string
return Attribute

set() public method

public set ( string name, Attribute attr ) : void
name string
attr Attribute
return void

Property Details

m_attrs public_oe property

public Dictionary m_attrs
return Attribute>.Dictionary

m_offset public_oe property

public int m_offset
return int