- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Interfaces
-
- IDictionary
- ICollection
- IEnumerable
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IDictionary"]
Type-.->Interface1["ICollection"]
Type-.->Interface2["IEnumerable"]
Type["ConfigurationMap"]
class Type type-node
Syntax
public sealed class ConfigurationMap : IDictionary, ICollection, IEnumerable
Constructors
| Name | Summary |
|---|---|
| ConfigurationMap |
Initializes a new instance of the NAnt.VSNet.ConfigurationMap class.
|
| ConfigurationMap |
Initializes a new instance of the NAnt.VSNet.ConfigurationMap
class with the specified initial capacity.
|
Properties
| Name | Value | Summary |
|---|---|---|
| Count | int | |
| IsFixedSize | bool | |
| IsReadOnly | bool | |
| IsSynchronized | bool | |
| Keys | ICollection | |
| SyncRoot | Object | |
| this[Configuration] | Configuration | |
| Values | ICollection |
Methods
| Name | Value | Summary |
|---|---|---|
| Add |
void | |
| Clear |
void | |
| Contains |
bool | |
| GetEnumerator |
Configuration |
|
| Remove |
void |
