Click or drag to resize

CustomPropertyValueT   Conversion (CustomPropertyValueT to T)

Implicitly convert the custom property value container to the underlying type T.

Namespace: Demo3D.Native
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static implicit operator T (
	CustomPropertyValue<T> p
)

Parameters

p  CustomPropertyValueT

[Missing <param name="p"/> documentation for "M:Demo3D.Native.CustomPropertyValue`1.op_Implicit(Demo3D.Native.CustomPropertyValue{`0})~`0"]

Return Value

T

[Missing <returns> documentation for "M:Demo3D.Native.CustomPropertyValue`1.op_Implicit(Demo3D.Native.CustomPropertyValue{`0})~`0"]

See Also