Cast a ushort? to this ColumnData

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public void UnsafeSet(
	Nullable<ushort> o
)
Visual Basic
Public Sub UnsafeSet ( _
	o As Nullable(Of UShort) _
)
Visual C++
public:
void UnsafeSet(
	Nullable<unsigned short> o
)

Parameters

o
Type: Nullable<(Of <(<'UInt16>)>)>
o

See Also