예제 #1
0
 public List <Tuple <string, string> > GetTags()
 {
     if (header == null)
     {
         throw new MubException("Header information not found.");
     }
     return(header.GetTags());
 }
예제 #2
0
 public List <Tuple <string, string> > GetTags()
 {
     return(header.GetTags());
 }