C# Класс Stubble.Core.Classes.Tags

Represents a set of tags used to identify tokens
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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