Свойство | Тип | Описание | |
---|---|---|---|
NotifyPropertyChanged | void |
Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether this instance and another specified GameModel are the same
|
|
GameModel ( ) : System.ComponentModel |
Initializes a new GameModel instance
|
|
GameModel ( |
Initializes a new GameModel based on another
|
|
GetHashCode ( ) : int |
Returns the hash code for this GameModel
|
Метод | Описание | |
---|---|---|
NotifyPropertyChanged ( string propertyName ) : void |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare to this instance |
Результат | bool |
public GameModel ( ) : System.ComponentModel | ||
Результат | System.ComponentModel |
public GameModel ( |
||
another | Source |
|
Результат | System.ComponentModel |