Table of Contents

Interface IAttributeContainer

Namespace
Ubiquity.NET.Llvm.Values
Assembly
Ubiquity.NET.Llvm.dll

Interface for an attribute container

public interface IAttributeContainer
Extension Methods

Remarks

Attribute containers have a set of attributes that are NOT indexed by a FunctionAttributeIndex. (For example, an Argument has attributes specific to the one parameter that it is for.)

Properties

Attributes

Gets a collection of attributes for this container

Context

Gets the context used for creation of attributes