コード例 #1
0
ファイル: driver.cs プロジェクト: BouKiCHi/mucomWDotNET
 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());
 }