Summary
union
- Assembly
- Rocket
.Surgery .Extensions .Unions .dll - Namespace
- Rocket
.Surgery .Unions - Base Types
-
- Attribute
graph BT
Type-->Base0["Attribute"]
Type["UnionAttribute"]
class Type type-node
Syntax
public class UnionAttribute : Attribute
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
Attribute |
Constructors
Name | Summary |
---|---|
UnionAttribute |
Initializes a new instance of the UnionAttribute class.
|
Properties
Name | Value | Summary |
---|---|---|
Value | object |
Gets the value.
|
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