MetalamaAPI documentationAspect APIMetalama.​Framework.​AspectsmetaReturn
Open sandboxFocus

meta.Return Method

Return()

Inserts a return; statement into the target code.

Declaration
public static void Return()

Return(Object)

Inserts a return statement into the target code. This can be used to return a value from langword_csharp_void-returning template methods.

Declaration
public static void Return(dynamic value)
Parameters
Type Name Description
System.Object value

The value to return.