WithAttribute

Description

sealed class Tinman.Gpu.Semantic.WithAttribute

Derived from

Attribute abstract

Associates additional semantic behaviour with the annotated field or parameter.

If an annotated parameter has a struct type, the behaviour flags of each struct element A and the flags of the parameter B are merged: A | B.

Public / Constructors

With​Attribute


public constructor WithAttribute → (1)

flags in : Behaviour

The behaviour flags.

Creates a new instance of With.

Public / Attributes

Flags


public readonly attribute Flags → (Behaviour)

The behaviour flags.