NRReturnValueOperation.ReturnValueAttributes Property NReflect
Gets a list of attributes bound to the return value of the method.

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

public List<NRAttribute> ReturnValueAttributes { get; private set; }
See Also