Exemple #1
0
 public UInt32ListAttribute(int count)
 {
     Count      = count;
     _innerAttr = new UInt32Attribute();
 }