C# Class CSVReader.CSVTable, UnityFramework

Mostrar archivo Open project: meta-42/uEasyKit

Public Methods

Method Description
AddRow ( string key, string>.Dict value ) : void
GetRow ( string key ) : List
GetVaule ( string rowHead, string ColumnHead ) : string

Method Details

AddRow() public method

public AddRow ( string key, string>.Dict value ) : void
key string
value string>.Dict
return void

GetRow() public method

public GetRow ( string key ) : List
key string
return List

GetVaule() public method

public GetVaule ( string rowHead, string ColumnHead ) : string
rowHead string
ColumnHead string
return string