 | ExtensiblePropertyDescriptorTSetValueIn Method |
[This is preliminary documentation and is subject to change.]
Sets the value of an extended property in a container
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic void SetValueIn(
IExtensiblePropertyContainer container,
T value
)
Parameters
- container
- Type: Llvm.NETIExtensiblePropertyContainer
Container to set the value in - value
- Type: T
value of the property
See Also