C# Class TagTool.Commands.TagPrinter

Show file Open project: TheGuardians/TagTool

Public Methods

Method Description
PrintTagShort ( TagInstance tag ) : void
PrintTagsShort ( IEnumerable tags ) : void

Private Methods

Method Description
CompareTags ( TagInstance lhs, TagInstance rhs ) : int

Method Details

PrintTagShort() public static method

public static PrintTagShort ( TagInstance tag ) : void
tag TagTool.TagGroups.TagInstance
return void

PrintTagsShort() public static method

public static PrintTagsShort ( IEnumerable tags ) : void
tags IEnumerable
return void