 | ValueAddExtendedPropertyValue Method |
[This is preliminary documentation and is subject to change.]
Adds a value to the container
Namespace:
Llvm.NET.Values
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
Remarks
Adds the value with the specified id. If a value with the same id
already exists and its type is the same as value
it is replaced. If the existing value is of a different type, then
an ArgumentException is thrown.
See Also