C# Class LSLib.LS.NodeAttribute

显示文件 Open project: Norbyte/lslib Class Usage Examples

Public Methods

Method Description
FromString ( string str ) : void
GetColumns ( ) : int
GetRows ( ) : int
NodeAttribute ( DataType type ) : System
ToString ( ) : string

Method Details

FromString() public method

public FromString ( string str ) : void
str string
return void

GetColumns() public method

public GetColumns ( ) : int
return int

GetRows() public method

public GetRows ( ) : int
return int

NodeAttribute() public method

public NodeAttribute ( DataType type ) : System
type DataType
return System

ToString() public method

public ToString ( ) : string
return string