Initializes a new instance of the ImportCollection class that is empty and has the default initial capacity. 
 Initializes a new instance of the ImportCollection class that is empty and has the default initial capacity. 
public ImportCollection();
 Initializes a new instance of the ImportCollection class that contains elements copied from the specified Import array. 
public ImportCollection(Import[]);
 Initializes a new instance of the ImportCollection class that contains elements copied from the specified ImportCollection. 
public ImportCollection(ImportCollection);
protected ImportCollection(Tag);
 Initializes a new instance of the ImportCollection class that has the specified initial capacity. 
public ImportCollection(int);
ImportCollection Class | DDW.CSharp.Dom Namespace