C# Class CSVValue, QFramework

Mostra file Open project: liangxiegame/QFramework Class Usage Examples

Public Properties

Property Type Description
Head string

Public Methods

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

Method Details

CSVValue() public method

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
return UnityEngine

ToString() public method

public ToString ( ) : string
return string

Property Details

Head public_oe property

public string Head
return string