 | IExtensiblePropertyContainerAddExtendedPropertyValue Method |
[This is preliminary documentation and is subject to change.]
Adds a value to the container
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxvoid AddExtendedPropertyValue(
string id,
Object value
)
Parameters
- id
- Type: SystemString
Id of the value - value
- Type: SystemObject
value to add
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