Пример #1
0
 public CommandTagInfo(CommandTagType commandTagType, string[] tagArguments)
 {
     this.CommandTagType = commandTagType;
     this.TagArguments = tagArguments;
 }
Пример #2
0
 public CommandTagInfo(CommandTagType commandTagType, string[] tagArguments)
 {
     this.CommandTagType = commandTagType;
     this.TagArguments   = tagArguments;
 }