Summary
Allows a context to hold additional information for conventions to consume such as configuration objects
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- IConventionContext
Syntax
object this[object item] { get; set; }
Attributes
Type | Description |
---|---|
NullableAttribute |
Parameters
Name | Type | Description |
---|---|---|
item | object |
Value
Type | Description |
---|---|
object |