Click or drag to resize
Llvm.NET LogoExtensiblePropertyDescriptorTGetValueFrom Method (IExtensiblePropertyContainer)

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

Gets a value for the property from the container

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public T GetValueFrom(
	IExtensiblePropertyContainer container
)

Parameters

container
Type: Llvm.NETIExtensiblePropertyContainer
container

Return Value

Type: T
Value retrieved from the property or the default value of type T
See Also