IWithParameters Interface

Namespace
Kampute.DocToolkit.Metadata.Capabilities
Assembly
  • Kampute.DocToolkit.dll

Definition

Defines a contract for members that can have parameters.
public interface IWithParameters
Implemented by

Properties

HasParametersGets a value indicating whether the member has any parameters.
ParametersGets all the parameters declared by the member.