IReplModule
Defines a reusable command module.
- Kind:
Interface - Namespace: Repl
- Assembly:
Repl.Core - Source: src/Repl.Core/IReplModule.cs
Signature
Section titled “Signature”public interface IReplModuleMethods
Section titled “Methods”Map(IReplMap)
Section titled “Map(IReplMap)”Registers module routes into the target map.
void Map(IReplMap map)Parameters
Section titled “Parameters”map(IReplMap): Destination map.