Table of Contents

Struct DynamicAttribute

Namespace
Tlabs.Dynamic
Assembly
Tlabs.Core.dll

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 Type

The 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.