C# Class Mp3Handler.TagParser

Mostrar archivo Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
GetTags ( ) : List
GetTagsValue ( string fileName ) : string>.Dictionary
TagParser ( string pattern ) : System.Collections.Generic

Private Methods

Method Description
DeterminateNextTag ( StrWithCursor fileName, StrWithCursor pattern, string>.Dictionary &frames ) : void
DeterminateTag ( StrWithCursor pattern, StringBuilder tag ) : void

Method Details

GetTags() public method

public GetTags ( ) : List
return List

GetTagsValue() public method

public GetTagsValue ( string fileName ) : string>.Dictionary
fileName string
return string>.Dictionary

TagParser() public method

public TagParser ( string pattern ) : System.Collections.Generic
pattern string
return System.Collections.Generic