Свойство | Type | Description | |
---|---|---|---|
color | string | ||
name | string | ||
wheels | int |
Méthode | Description | |
---|---|---|
Car ( string name, string color, int wheels, string owner ) : System | ||
JSONDeserialize ( |
||
JSONSerialize ( |
public Car ( string name, string color, int wheels, string owner ) : System | ||
name | string | |
color | string | |
wheels | int | |
owner | string | |
Résultat | System |
public JSONDeserialize ( |
||
deser | ||
Résultat | void |
public JSONSerialize ( |
||
ser | ||
Résultat | void |