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
| HasOperators | Gets a value indicating whether the type has any operator methods. |
| Operators | Gets all the operator methods declared by the type. |
