C# 클래스 TagTool.Commands.TagPrinter

파일 보기 프로젝트 열기: TheGuardians/TagTool

공개 메소드들

메소드 설명
PrintTagShort ( TagInstance tag ) : void
PrintTagsShort ( IEnumerable tags ) : void

비공개 메소드들

메소드 설명
CompareTags ( TagInstance lhs, TagInstance rhs ) : int

메소드 상세

PrintTagShort() 공개 정적인 메소드

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

PrintTagsShort() 공개 정적인 메소드

public static PrintTagsShort ( IEnumerable tags ) : void
tags IEnumerable
리턴 void