コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ReferenceDataIdCollection"/> class.
 /// </summary>
 /// <param name="owner">The owner collection.</param>
 public ReferenceDataIdCollection(ReferenceDataCollectionBase <TItem> owner)
 {
     _owner = owner;
 }