Property this
- Namespace
- Ubiquity.NET.Llvm.Instructions
- Assembly
- Ubiquity.NET.Llvm.dll
this[MetadataKind]
Gets or sets IrMetadata (as a value) for this instruction
public MetadataAsValue? this[MetadataKind kindKey] { get; set; }
Parameters
kindKey
MetadataKindIrMetadata kind to get
Property Value
- MetadataAsValue
IrMetadata for the kind or null if not present