Show / Hide Table of Contents

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 Source

FillSlots(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX