NRAttribute.Values Property NReflect
Gets a list containing all positional 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 List<NRAttributeValue> Values { get; private set; }
See Also