Property Item
Item[MetadataKind]
Gets or sets Metadata (as a value) for this instruction
Declaration
public MetadataAsValue this[MetadataKind kindKey] { get; set; }
Parameters
public MetadataAsValue this[MetadataKind kindKey] { get; set; }
MetadataKind | kindKey | Metadata kind to get |
Property Value
MetadataAsValue | Metadata for the kind or null if not present |