Summary
Union key
- Assembly
- Rocket
.Surgery .Extensions .Unions .dll - Namespace
- Rocket
.Surgery .Unions - Base Types
-
- Attribute
graph BT
Type-->Base0["Attribute"]
Type["UnionKeyAttribute"]
class Type type-node
Syntax
public class UnionKeyAttribute : Attribute
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute | |
| Attribute |
Constructors
| Name | Summary |
|---|---|
| UnionKeyAttribute |
Initializes a new instance of the UnionKeyAttribute class.
|
Properties
| Name | Value | Summary |
|---|---|---|
| Key | string |
Gets the key.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- System.Attribute
