Show / Hide Table of Contents

Interface IProvidesMacros

An object which can get METAL macros from a document.

Namespace: ZptSharp.Metal
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IProvidesMacros

Methods

| Improve this Doc View Source

GetMacros()

Gets a collection of all of the macros

Declaration
IDictionary<string, MetalMacro> GetMacros()
Returns
Type Description
System.Collections.Generic.IDictionary<System.String, MetalMacro>

The macros.

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