コード例 #1
0
ファイル: Tag.cs プロジェクト: ChristophvdF/MkvTagger
 public Tag(int targetTypeValue)
     : this()
 {
     Targets = new Targets { TargetTypeValue = targetTypeValue };
 }
コード例 #2
0
ファイル: Tag.cs プロジェクト: Headkillah/MkvTagger
 public Tag(int targetTypeValue) : this()
 {
     Targets = new Targets {
         TargetTypeValue = targetTypeValue
     };
 }