Interface IFillsSlots
An object which fills slots in METAL macros.
Namespace: ZptSharp.Metal
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IFillsSlots
Methods
| Improve this Doc View SourceFillSlots(MacroExpansionContext, IEnumerable<Slot>)
Fills any of the definedSlots
using matching slot-fillers
from the specified macroContext
.
Declaration
void FillSlots(MacroExpansionContext macroContext, IEnumerable<Slot> definedSlots)
Parameters
Type | Name | Description |
---|---|---|
MacroExpansionContext | macroContext | The macro expansion context. |
System.Collections.Generic.IEnumerable<Slot> | definedSlots | The defined slots which are available to be filled. |