- 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["ConfigurationDictionary"]
class Type type-node
Syntax
public sealed class ConfigurationDictionary : IDictionary, ICollection, IEnumerable
Constructors
| Name | Summary |
|---|---|
| Configuration |
Initializes a new instance of the NAnt.VSNet.ConfigurationDictionary class.
|
Properties
| Name | Value | Summary |
|---|---|---|
| Count | int | |
| IsFixedSize | bool | |
| IsReadOnly | bool | |
| IsSynchronized | bool | |
| Keys | ICollection | |
| SyncRoot | Object | |
| this[Configuration] | ConfigurationBase | |
| Values | ICollection |
Methods
| Name | Value | Summary |
|---|---|---|
| Add |
void | |
| Clear |
void | |
| Contains |
bool | |
| ContainsKey |
bool | |
| ContainsValue |
bool | |
| GetEnumerator |
Configuration |
|
| Remove |
void |
