IWithOperators Interface

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

Definition

Defines a contract for types that can declare operator methods.
public interface IWithOperators
Implemented by

Properties

HasOperatorsGets a value indicating whether the type has any operator methods.
OperatorsGets all the operator methods declared by the type.