Gets a list of attributes bound to the return value of the method.
Namespace: NReflect.NRMembersAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public List<NRAttribute> ReturnValueAttributes { get; private set; }
Public Property ReturnValueAttributes As List(Of NRAttribute)
Get
Private Set
Public Property ReturnValueAttributes As List(Of NRAttribute)
Get
Private Set
public:
property List<NRAttribute^>^ ReturnValueAttributes {
List<NRAttribute^>^ get ();
private: void set (List<NRAttribute^>^ value);
}