IWithReturnParameter Interface
- Namespace
- Kampute.DocToolkit.Metadata.Capabilities
- Assembly
- Kampute.DocToolkit.dll
Definition
Defines a contract for type members that have a return parameter.
public interface IWithReturnParameter- Implemented by
Properties
| HasReturnValue | Gets a value indicating whether the member returns a value. |
| Return | Gets the return parameter of the member. |
