MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeIMethodReturn­Parameter
Open sandboxFocus

IMethod.ReturnParameter Property

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