Click or drag to resize
Llvm.NET LogoIExtensiblePropertyContainerTryGetExtendedPropertyValueT Method

[This is preliminary documentation and is subject to change.]

Try to get a value from the container

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
bool TryGetExtendedPropertyValue<T>(
	string id,
	out T value
)

Parameters

id
Type: SystemString
id of the value to retrieve
value
Type: T
value retrieved if present (or default value of type T otherwise)

Type Parameters

T
Type of value to retrieve

Return Value

Type: Boolean
true if the item was found and it's type matches T false otherwise.
See Also