C# 클래스 FirstFloor.ModernUI.Windows.Controls.BbCode.Token

Represents a single token.
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

Token ( string value, int tokenType ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the T:Token class.

메소드 상세

ToString() 공개 메소드

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
리턴 string

Token() 공개 메소드

Initializes a new instance of the T:Token class.
public Token ( string value, int tokenType ) : System.Diagnostics.CodeAnalysis
value string The _value.
tokenType int Type of the token.
리턴 System.Diagnostics.CodeAnalysis