Summary
An information provider to pull assembly data out of the assembly
- Assembly
- Rocket
.Surgery .Build .Information .dll - Namespace
- Rocket
.Surgery .Build .Information - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["InformationProvider"]
class Type type-node
Syntax
public class InformationProvider
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
InformationProvider |
Initializes a new instance of the InformationProvider class.
|
Methods
Name | Value | Summary |
---|---|---|
GetValue |
IEnumerable |
Gets the value.
|
HasPrefix |
bool |
Determines whether the specified key has prefix.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|