C# 클래스 Mp3Handler.TagParser

파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

공개 메소드들

메소드 설명
GetTags ( ) : List
GetTagsValue ( string fileName ) : string>.Dictionary
TagParser ( string pattern ) : System.Collections.Generic

비공개 메소드들

메소드 설명
DeterminateNextTag ( StrWithCursor fileName, StrWithCursor pattern, string>.Dictionary &frames ) : void
DeterminateTag ( StrWithCursor pattern, StringBuilder tag ) : void

메소드 상세

GetTags() 공개 메소드

public GetTags ( ) : List
리턴 List

GetTagsValue() 공개 메소드

public GetTagsValue ( string fileName ) : string>.Dictionary
fileName string
리턴 string>.Dictionary

TagParser() 공개 메소드

public TagParser ( string pattern ) : System.Collections.Generic
pattern string
리턴 System.Collections.Generic