ICustomAttribute.ConstructorArguments Property

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the constructor arguments used to create the attribute.
IReadOnlyList<TypedValue> ConstructorArguments { get; }

Property Value

IReadOnlyList<TypedValue>
A read-only list of constructor argument values.