Summary
            List repository tags.
            
		- Assembly
 - Mercurial
.Net .dll  - Namespace
 - Mercurial
 - Containing Type
 - Repository
 
Syntax
public IEnumerable<Tag> Tags(TagsCommand command = null)
	Parameters
| Name | Type | Description | 
|---|---|---|
| command | TagsCommand | 
            Any extra options to the tags method, or null for default options.
             | 
					
Return Value
| Type | Description | 
|---|---|
| IEnumerable | 
					
            A collection of Tag objects for the existing tags in the repository.
             |