コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the ResourceCollection class.
 /// </summary>
 public ResourceCollection(FlattenedProduct productresource = default(FlattenedProduct), IList <FlattenedProduct> arrayofresources = default(IList <FlattenedProduct>), IDictionary <string, FlattenedProduct> dictionaryofresources = default(IDictionary <string, FlattenedProduct>))
 {
     Productresource       = productresource;
     Arrayofresources      = arrayofresources;
     Dictionaryofresources = dictionaryofresources;
     CustomInit();
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the ResourceCollection class.
 /// </summary>
 public ResourceCollection(FlattenedProduct productresource = default(FlattenedProduct), System.Collections.Generic.IList <FlattenedProduct> arrayofresources = default(System.Collections.Generic.IList <FlattenedProduct>), System.Collections.Generic.IDictionary <string, FlattenedProduct> dictionaryofresources = default(System.Collections.Generic.IDictionary <string, FlattenedProduct>))
 {
     Productresource       = productresource;
     Arrayofresources      = arrayofresources;
     Dictionaryofresources = dictionaryofresources;
 }
コード例 #3
0
 /// <summary>
 /// Initializes a new instance of the ResourceCollection class.
 /// </summary>
 public ResourceCollection(FlattenedProduct productresource = default(FlattenedProduct), IList<FlattenedProduct> arrayofresources = default(IList<FlattenedProduct>), IDictionary<string, FlattenedProduct> dictionaryofresources = default(IDictionary<string, FlattenedProduct>))
 {
     Productresource = productresource;
     Arrayofresources = arrayofresources;
     Dictionaryofresources = dictionaryofresources;
 }
コード例 #4
0
 /// <summary>
 /// Initializes a new instance of the ResourceCollection class.
 /// </summary>
 public ResourceCollection(FlattenedProduct productresource = default(FlattenedProduct), System.Collections.Generic.IList<FlattenedProduct> arrayofresources = default(System.Collections.Generic.IList<FlattenedProduct>), System.Collections.Generic.IDictionary<string, FlattenedProduct> dictionaryofresources = default(System.Collections.Generic.IDictionary<string, FlattenedProduct>))
 {
     Productresource = productresource;
     Arrayofresources = arrayofresources;
     Dictionaryofresources = dictionaryofresources;
 }