C# 클래스 CSVReader.CSVTable, UnityFramework

파일 보기 프로젝트 열기: meta-42/uEasyKit

공개 메소드들

메소드 설명
AddRow ( string key, string>.Dict value ) : void
GetRow ( string key ) : List
GetVaule ( string rowHead, string ColumnHead ) : string

메소드 상세

AddRow() 공개 메소드

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

GetRow() 공개 메소드

public GetRow ( string key ) : List
key string
리턴 List

GetVaule() 공개 메소드

public GetVaule ( string rowHead, string ColumnHead ) : string
rowHead string
ColumnHead string
리턴 string