C# Class SerializedStringTable, UnityDecompiled

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
Contains ( string key ) : bool
Get ( string key ) : int
Remove ( string key ) : void
Set ( string key ) : void
Set ( string key, int value ) : void

Private Methods

Method Description
SanityCheck ( ) : void
SynchArrays ( ) : void

Method Details

Contains() public method

public Contains ( string key ) : bool
key string
return bool

Get() public method

public Get ( string key ) : int
key string
return int

Remove() public method

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

Set() public method

public Set ( string key ) : void
key string
return void

Set() public method

public Set ( string key, int value ) : void
key string
value int
return void