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: 15.0.2.11458
Syntax
C#
public static implicit operator T (
	CustomPropertyValue<T> p
)

Parameters

p
Type: Demo3D.NativeCustomPropertyValueT

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

Return Value

Type: T

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

See Also