C# Class GKeyBank.GameCollection

Represent the static loaded collection
Afficher le fichier Open project: Alfred-Wallace/GKeyBank

Méthodes publiques

Méthode Description
KeyExist ( string key, Game g2ignore = null ) : bool

Return true if the key already exist in the collection

Private Methods

Méthode Description
GameCollection ( ) : System.Collections.ObjectModel

Method Details

KeyExist() public static méthode

Return true if the key already exist in the collection
public static KeyExist ( string key, Game g2ignore = null ) : bool
key string Key 2 check
g2ignore Game GameKey to ignore, ex: the current edited key
Résultat bool