Struct DynamicAttribute
DynamicAttribute
public readonly struct DynamicAttribute
- Inherited Members
- Extension Methods
Constructors
DynamicAttribute(Type, params object[])
Initializes a new instance of the DynamicAttribute class.
public DynamicAttribute(Type type, params object[] parameters)
Parameters
type
TypeThe type from the attribute.
parameters
object[]The constructor parameters of the attribute.
Properties
Parameters
Gets the type from the property.
public object[] Parameters { get; }
Property Value
- object[]
The type from the property.
Type
Gets the type from the property.
public Type Type { get; }
Property Value
- Type
The type from the property.