Click or drag to resize
Llvm.NET LogoIExtensiblePropertyContainer Interface

[This is preliminary documentation and is subject to change.]

Interface to allow adding arbitrary named data items to an object

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public interface IExtensiblePropertyContainer

The IExtensiblePropertyContainer type exposes the following members.

Methods
Remarks
It is sometimes useful for code generation applications to attach some tool specific data to the LLVM objects created but that don't need representation as LLVM Metadata nodes. This interface provides such a facility.
See Also