Metalama//API Documentation/Aspect API/Metalama.​Framework.​Code/IMethod/Return­Parameter
Open sandboxFocus

Property ReturnParameter

ReturnParameter

Gets an object representing the method return type and custom attributes, or null for methods that don't have return types: constructors and finalizers.

Declaration
IParameter ReturnParameter { get; }
Property Value
Type Description
IParameter