Click or drag to resize
Llvm.NET LogoContextMetadata Property

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

Gets an enumerable collection of all the metadata created in this context

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public IEnumerable<LlvmMetadata> Metadata { get; }

Property Value

Type: IEnumerableLlvmMetadata
See Also