C# Class Stubble.Core.Classes.Tags

Represents a set of tags used to identify tokens
Afficher le fichier Open project: StubbleOrg/Stubble Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Tags() public méthode

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
Résultat System.Collections.Generic

ToString() public méthode

Returns a visual representation of the tags
public ToString ( ) : string
Résultat string