C# Class Kento.List

Inheritance: Value
ファイルを表示 Open project: LukaHorvat/Kento Class Usage Examples

Public Methods

Method Description
GetValue ( int Index ) : Value
GetValues ( ) : List
List ( ) : System.Collections.Generic
List ( List List ) : System.Collections.Generic
ToArray ( ) : Array
ToList ( ) : List
ToString ( ) : string

Method Details

GetValue() public method

public GetValue ( int Index ) : Value
Index int
return Value

GetValues() public method

public GetValues ( ) : List
return List

List() public method

public List ( ) : System.Collections.Generic
return System.Collections.Generic

List() public method

public List ( List List ) : System.Collections.Generic
List List
return System.Collections.Generic

ToArray() public method

public ToArray ( ) : Array
return Array

ToList() public method

public ToList ( ) : List
return List

ToString() public method

public ToString ( ) : string
return string