C# Class QFramework.CSVColItem

Show file Open project: liangxiegame/QFramework Class Usage Examples

Public Properties

Property Type Description
Head string
indexForValue int>.Dictionary
type BASIC_TYPE
values CSVValue[]

Public Methods

Method Description
CSVColItem ( string head, BASIC_TYPE type, int itemCount ) : UnityEngine
SetValue ( int index, CSVValue value ) : void

Method Details

CSVColItem() public method

public CSVColItem ( string head, BASIC_TYPE type, int itemCount ) : UnityEngine
head string
type BASIC_TYPE
itemCount int
return UnityEngine

SetValue() public method

public SetValue ( int index, CSVValue value ) : void
index int
value CSVValue
return void

Property Details

Head public property

public string Head
return string

indexForValue public property

public Dictionary indexForValue
return int>.Dictionary

type public property

public BASIC_TYPE type
return BASIC_TYPE

values public property

public CSVValue[] values
return CSVValue[]