C# 클래스 AtelierElieScripter.EmptyRange

파일 보기 프로젝트 열기: Markliujy/AtelierElieTranslation

공개 프로퍼티들

프로퍼티 타입 설명
Begin uint
End uint
Ranges AtelierElieScripter.EmptyRange[]

공개 메소드들

메소드 설명
EmptyRange ( uint begin, uint end )

메소드 상세

EmptyRange() 공개 메소드

public EmptyRange ( uint begin, uint end )
begin uint
end uint

프로퍼티 상세

Begin 공개적으로 프로퍼티

public uint Begin
리턴 uint

End 공개적으로 프로퍼티

public uint End
리턴 uint

Ranges 공개적으로 정적으로 프로퍼티

public static EmptyRange[],AtelierElieScripter Ranges
리턴 AtelierElieScripter.EmptyRange[]