Changeset.

Tags Property

Summary

Gets the collection of tags for this Changeset, or an empty collection if this changeset has no tags.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
Changeset

Syntax

public IEnumerable<string> Tags { get; }

Value

Type Description
IEnumerable<T>