C# Class CSVValue, QFramework

Afficher le fichier Open project: liangxiegame/QFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
Head string

Méthodes publiques

Méthode Description
CSVValue ( string head, string strValue, BASIC_TYPE type, int rowIndex, int colIndex ) : UnityEngine
ToString ( ) : string

Method Details

CSVValue() public méthode

public CSVValue ( string head, string strValue, BASIC_TYPE type, int rowIndex, int colIndex ) : UnityEngine
head string
strValue string
type BASIC_TYPE
rowIndex int
colIndex int
Résultat UnityEngine

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Head public_oe property

public string Head
Résultat string