C# 클래스 Stubble.Core.Classes.Tags

Represents a set of tags used to identify tokens
파일 보기 프로젝트 열기: StubbleOrg/Stubble 1 사용 예제들

공개 메소드들

메소드 설명
Tags ( IReadOnlyList tags ) : System.Collections.Generic

Initializes a new instance of the Tags class.

Tags ( string startTag, string endTag ) : System.Collections.Generic

Initializes a new instance of the Tags class.

ToString ( ) : string

Returns a visual representation of the tags

메소드 상세

Tags() 공개 메소드

Initializes a new instance of the Tags class.
public Tags ( IReadOnlyList tags ) : System.Collections.Generic
tags IReadOnlyList Tag array
리턴 System.Collections.Generic

Tags() 공개 메소드

Initializes a new instance of the Tags class.
public Tags ( string startTag, string endTag ) : System.Collections.Generic
startTag string Start tag
endTag string End tag
리턴 System.Collections.Generic

ToString() 공개 메소드

Returns a visual representation of the tags
public ToString ( ) : string
리턴 string