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 SourceDefineMacro
Gets the define-macro attribute spec
Declaration
AttributeSpec DefineMacro { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The define-macro spec. |
DefineSlot
Gets the define-slot attribute spec
Declaration
AttributeSpec DefineSlot { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The define-slot spec. |
ExtendMacro
Gets the extend-macro attribute spec
Declaration
AttributeSpec ExtendMacro { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The extend-macro spec. |
FillSlot
Gets the fill-slot attribute spec
Declaration
AttributeSpec FillSlot { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The fill-slot spec. |
UseMacro
Gets the use-macro attribute spec
Declaration
AttributeSpec UseMacro { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The use-macro spec. |