C# 클래스 SmartFormat.Core.Parsing.FormatItem

Base class that represents a substring of text from a parsed format string.
파일 보기 프로젝트 열기: scottrippey/SmartFormat.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
baseString string
endIndex int
startIndex int

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

메소드 설명
FormatItem ( FormatItem parent, int startIndex )
FormatItem ( string baseString, int startIndex, int endIndex )

메소드 상세

FormatItem() 보호된 메소드

protected FormatItem ( FormatItem parent, int startIndex )
parent FormatItem
startIndex int

FormatItem() 보호된 메소드

protected FormatItem ( string baseString, int startIndex, int endIndex )
baseString string
startIndex int
endIndex int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

baseString 공개적으로 프로퍼티

public string baseString
리턴 string

endIndex 공개적으로 프로퍼티

public int endIndex
리턴 int

startIndex 공개적으로 프로퍼티

public int startIndex
리턴 int