ReturnParameter
Declaration
IParameterBuilder ReturnParameter { get; }
Property Value
Type | Description |
---|---|
IParameterBuilder |
Remarks
Gets an object allowing to read and modify the method return type and custom attributes,
or null
for methods that don't have return types: constructors and finalizers.