C# 클래스 LSLib.LS.NodeAttribute

파일 보기 프로젝트 열기: Norbyte/lslib 1 사용 예제들

공개 메소드들

메소드 설명
FromString ( string str ) : void
GetColumns ( ) : int
GetRows ( ) : int
NodeAttribute ( DataType type ) : System
ToString ( ) : string

메소드 상세

FromString() 공개 메소드

public FromString ( string str ) : void
str string
리턴 void

GetColumns() 공개 메소드

public GetColumns ( ) : int
리턴 int

GetRows() 공개 메소드

public GetRows ( ) : int
리턴 int

NodeAttribute() 공개 메소드

public NodeAttribute ( DataType type ) : System
type DataType
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string