示例#1
0
 public ExportableAttribute(ExportRestrictions restriction)
 {
     this.restriction = restriction;
 }
示例#2
0
 public ExportableAttribute()
 {
     restriction = ExportRestrictions.None;
 }