C# 클래스 PanGu.Dict.PositionLength

파일 보기 프로젝트 열기: xuld/AI-Robot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Length int
Level int
Position int
WordAttr WordAttribute

공개 메소드들

메소드 설명
PositionLength ( int position, int length, WordAttribute wordAttr ) : System
ToString ( ) : string

메소드 상세

PositionLength() 공개 메소드

public PositionLength ( int position, int length, WordAttribute wordAttr ) : System
position int
length int
wordAttr WordAttribute
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Length 공개적으로 프로퍼티

public int Length
리턴 int

Level 공개적으로 프로퍼티

public int Level
리턴 int

Position 공개적으로 프로퍼티

public int Position
리턴 int

WordAttr 공개적으로 프로퍼티

public WordAttribute WordAttr
리턴 WordAttribute