NRAttribute.NamedValues Property NReflect
Gets a list containing all named values used to create the attribute.

Namespace: NReflect.NRAttributes
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public Dictionary<string, NRAttributeValue> NamedValues { get; private set; }
See Also