示例#1
0
文件: Tag.cs 项目: sytelus/CCBlog
 public CommandTagInfo(CommandTagType commandTagType, string[] tagArguments)
 {
     this.CommandTagType = commandTagType;
     this.TagArguments = tagArguments;
 }
示例#2
0
文件: Tag.cs 项目: greekavi/CCBlog
 public CommandTagInfo(CommandTagType commandTagType, string[] tagArguments)
 {
     this.CommandTagType = commandTagType;
     this.TagArguments   = tagArguments;
 }