C# Class SerializedStringTable, UnityDecompiled

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
SanityCheck ( ) : void
SynchArrays ( ) : void

Method Details

Contains() public méthode

public Contains ( string key ) : bool
key string
Résultat bool

Get() public méthode

public Get ( string key ) : int
key string
Résultat int

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void

Set() public méthode

public Set ( string key ) : void
key string
Résultat void

Set() public méthode

public Set ( string key, int value ) : void
key string
value int
Résultat void