Summary
A central location for sharing state between components during the convention building process.
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- IConventionContext
Syntax
IDictionary<object, object> Properties { get; }
Attributes
Type | Description |
---|---|
NullableAttribute | |
NotNullAttribute |
Value
Type | Description |
---|---|
IDictionary |
The properties. |