Show / Hide Table of Contents

Interface IGetsMetalAttributeSpecs

An object which gets AttributeSpec instances for well-known METAL attributes.

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

Properties

| Improve this Doc View Source

DefineMacro

Gets the define-macro attribute spec

Declaration
AttributeSpec DefineMacro { get; }
Property Value
Type Description
AttributeSpec

The define-macro spec.

| Improve this Doc View Source

DefineSlot

Gets the define-slot attribute spec

Declaration
AttributeSpec DefineSlot { get; }
Property Value
Type Description
AttributeSpec

The define-slot spec.

| Improve this Doc View Source

ExtendMacro

Gets the extend-macro attribute spec

Declaration
AttributeSpec ExtendMacro { get; }
Property Value
Type Description
AttributeSpec

The extend-macro spec.

| Improve this Doc View Source

FillSlot

Gets the fill-slot attribute spec

Declaration
AttributeSpec FillSlot { get; }
Property Value
Type Description
AttributeSpec

The fill-slot spec.

| Improve this Doc View Source

UseMacro

Gets the use-macro attribute spec

Declaration
AttributeSpec UseMacro { get; }
Property Value
Type Description
AttributeSpec

The use-macro spec.

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