Summary
The default backing field helper
- Assembly
- Rocket
.Surgery .Reflection .Extensions .dll - Namespace
- Rocket
.Surgery .Reflection - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["BackingFieldHelper"]
class Type type-node
Syntax
public class BackingFieldHelper
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
BackingFieldHelper |
Properties
Name | Value | Summary |
---|---|---|
Instance | BackingFieldHelper |
A default instance
static
|
Methods
Name | Value | Summary |
---|---|---|
GetBackingField |
FieldInfo |
Gets the backing field.
|
SetBackingField |
void |
Sets the backing field.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|