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