C# 클래스 Boo.BooLangStudioSpecs.WhenParsingTheEndOfAMlCommentRegion

파일 보기 프로젝트 열기: jagregory/boolangstudio

보호된 프로퍼티들

프로퍼티 타입 설명
commentCloseToken Microsoft.VisualStudio.Package.TokenInfo
whitespaceToken Microsoft.VisualStudio.Package.TokenInfo

공개 메소드들

메소드 설명
WhenParsingTheEndOfAMlCommentRegion ( ) : System

비공개 메소드들

메소드 설명
CommentTokenColorShouldBeComment ( ) : void
CommentTokenEndIndexShouldBeNine ( ) : void
CommentTokenStartIndexShouldBeZero ( ) : void
CommentTokenTypeShouldBeComment ( ) : void
CurrentIndexBetweenTokensShouldBeTen ( ) : void
RemainingLineAfterFirstParseShouldBeASingleSpace ( ) : void
ResultOfFirstParseShouldBeTrue ( ) : void
StateShouldBeZero ( ) : void
SubstringIndexFromInBetweenCurrentIndexShouldBeASingleSpace ( ) : void
WhitespaceTokenColorShouldBeText ( ) : void
WhitespaceTokenEndIndexShouldBeTen ( ) : void
WhitespaceTokenStartIndexShouldBeTen ( ) : void
WhitespaceTokenTypeShouldBeWhitespace ( ) : void

메소드 상세

WhenParsingTheEndOfAMlCommentRegion() 공개 메소드

public WhenParsingTheEndOfAMlCommentRegion ( ) : System
리턴 System

프로퍼티 상세

commentCloseToken 보호되어 있는 프로퍼티

protected TokenInfo,Microsoft.VisualStudio.Package commentCloseToken
리턴 Microsoft.VisualStudio.Package.TokenInfo

whitespaceToken 보호되어 있는 프로퍼티

protected TokenInfo,Microsoft.VisualStudio.Package whitespaceToken
리턴 Microsoft.VisualStudio.Package.TokenInfo