Click or drag to resize

ValueDefinitionT  Conversion (T to ValueDefinitionT)

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static implicit operator ValueDefinition<T> (
	T value
)

Parameters

value
Type: T
The value to convert.

Return Value

Type: ValueDefinitionT
A new ValueDefinitionT that represents the given value, or if value is .
See Also