Folder |
public class FolderNamespaceCollection : IEnumerable<FolderNamespace>, IEnumerable
The FolderNamespaceCollection type exposes the following members.
Name | Description | |
---|---|---|
FolderNamespaceCollection | Initializes a new instance of the FolderNamespaceCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of folder namespaces contained in the collection. | |
Item | Gets the FolderNamespace at the specified index. |
Name | Description | |
---|---|---|
Add | Adds the specified namespace. | |
Clear | Removes all namespaces from the collection. | |
Contains | Checks if the collection contains the specified namespace. | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetEnumerator | Gets the enumerator. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
Remove | Removes the first occurance of the specified namespace. | |
ToString |
Returns a String that represents the current FolderNamespaceCollection.
(Overrides ObjectToString) |