コード例 #1
0
 public VersionedObject(params object[] o) : this()
 {
     ObjectVersions.AddRange(o);
     return;
 }