C# Class Fungus.SaveDataItem

Afficher le fichier Open project: snozbot/fungus Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string dataType, string data ) : SaveDataItem

Factory method to create a new SaveDataItem.

Method Details

Create() public static méthode

Factory method to create a new SaveDataItem.
public static Create ( string dataType, string data ) : SaveDataItem
dataType string
data string
Résultat SaveDataItem