C# Class Stubble.Core.Classes.Tags

Represents a set of tags used to identify tokens
ファイルを表示 Open project: StubbleOrg/Stubble Class Usage Examples

Public Methods

Method Description
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

Method Details

Tags() public method

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

Tags() public method

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
return System.Collections.Generic

ToString() public method

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