| [Serializable] | 
| ctor #1 | Default constructor. This constructor is called by derived class constructors to initialize state in this type. | 
| Count | Read-only Gets the number of namespaces in the collection. | 
| Item | Read-write Gets or sets the CodeNamespaceImport at the specified index in the collection. | 
| Add | Adds a CodeNamespaceImport to the collection. | 
| AddRange | Adds a set of CodeNamespaceImport objects to the collection. | 
| Clear | Clears the collection of members. | 
| Equals (inherited from System.Object) | See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. | 
| GetEnumerator | Gets an enumerator that enumerates the collection members. | 
| GetHashCode (inherited from System.Object) | See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. | 
| GetType (inherited from System.Object) | See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. | 
| ToString (inherited from System.Object) | See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. | 
| Finalize (inherited from System.Object) | See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. | 
| MemberwiseClone (inherited from System.Object) | See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. | 
Hierarchy:
| 
            public CodeNamespaceImportCollection(); | 
| 
            public int Count {get;}
           | 
| 
            public CodeNamespaceImport this[int index] {get; set;}
           | 
index
| Exception Type | Condition | 
|---|---|
| ArgumentOutOfRangeException | The index parameter is outside the valid range of indices for the collection. | 
| 
            public void Add( | 
value
| 
            public void AddRange( | 
value
| 
            public void Clear(); | 
| 
            ~CodeNamespaceImportCollection(); | 
| 
            public IEnumerator GetEnumerator(); | 
| 
            public virtual int GetHashCode(); | 
| 
            public Type GetType(); | 
| 
            protected object MemberwiseClone(); | 
| 
            public virtual string ToString(); |