C# 클래스 GKeyBank.GameCollection

Represent the static loaded collection
파일 보기 프로젝트 열기: Alfred-Wallace/GKeyBank

공개 메소드들

메소드 설명
KeyExist ( string key, Game g2ignore = null ) : bool

Return true if the key already exist in the collection

비공개 메소드들

메소드 설명
GameCollection ( ) : System.Collections.ObjectModel

메소드 상세

KeyExist() 공개 정적인 메소드

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
리턴 bool