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

HasReturnValueGets a value indicating whether the member returns a value.
ReturnGets the return parameter of the member.