C# Class Kirikiri.Tjs2.LocalSymbolList

Exibir arquivo Open project: fantasydr/krkr-cs

Public Methods

Method Description
Add ( string name ) : void
Find ( string name ) : int
GetCount ( ) : int
GetLocalCountStart ( ) : int
LocalSymbolList ( int localCount ) : Sharpen
Remove ( int index ) : void
Remove ( string name ) : void

Method Details

Add() public method

public Add ( string name ) : void
name string
return void

Find() public method

public Find ( string name ) : int
name string
return int

GetCount() public method

public GetCount ( ) : int
return int

GetLocalCountStart() public method

public GetLocalCountStart ( ) : int
return int

LocalSymbolList() public method

public LocalSymbolList ( int localCount ) : Sharpen
localCount int
return Sharpen

Remove() public method

public Remove ( int index ) : void
index int
return void

Remove() public method

public Remove ( string name ) : void
name string
return void