Summary
ServiceProviderDictionary.
Implements the
IServiceProviderDictionary
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Interfaces
-
- I
Service Provider Dictionary - IDictionary
<object, object> - ICollection
<KeyValuePair <object, object> > - IEnumerable
<KeyValuePair <object, object> > - IEnumerable
- IServiceProvider
- I
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IServiceProviderDictionary"]
click Interface0 "/api/Rocket.Surgery.Conventions/IServiceProviderDictionary"
Type-.->Interface1["IDictionary<object, object>"]
Type-.->Interface2["ICollection<KeyValuePair<object, object>>"]
Type-.->Interface3["IEnumerable<KeyValuePair<object, object>>"]
Type-.->Interface4["IEnumerable"]
Type-.->Interface5["IServiceProvider"]
Type["ServiceProviderDictionary"]
class Type type-node
Syntax
public class ServiceProviderDictionary : IServiceProviderDictionary, IDictionary<object, object>,
ICollection<KeyValuePair<object, object>>, IEnumerable<KeyValuePair<object, object>>,
IEnumerable, IServiceProvider
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
Default |
Constructors
Name | Summary |
---|---|
Service |
Initializes a new instance of the ServiceProviderDictionary class.
|
Service |
Initializes a new instance of the ServiceProviderDictionary class.
|
Properties
Name | Value | Summary |
---|---|---|
Count | int |
Gets the count.
|
IsReadOnly | bool |
Gets a value indicating whether this instance is read only.
|
Keys | ICollection |
Gets the keys.
|
this[object] | object |
Gets or sets the
object with the specified key.
|
Values | ICollection |
Gets the values.
|
Methods
Name | Value | Summary |
---|---|---|
Add |
void |
Adds the specified item.
|
Add |
void |
Adds the specified key.
|
Clear |
void |
Clears this instance.
|
Contains |
bool |
Determines whether this instance contains the object.
|
ContainsKey |
bool |
Determines whether the specified key contains key.
|
CopyTo |
void |
Copies to.
|
GetEnumerator |
IEnumerator |
Gets the enumerator.
|
GetService |
object |
Gets the service.
|
Remove |
bool |
Removes the specified item.
|
Remove |
bool |
Removes the specified key.
|
TryGetValue |
bool |
Tries the get value.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|