ICustomAttribute.NamedArguments Property
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the named arguments (properties and fields) set on the attribute.
IReadOnlyDictionary<string, TypedValue> NamedArguments { get; }Property Value
- IReadOnlyDictionary<string, TypedValue>
- A read-only dictionary of named argument values.
