Cast to this int?

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

Syntax

C#
public override void Set(
	Nullable<ulong> o
)
Visual Basic
Public Overrides Sub Set ( _
	o As Nullable(Of ULong) _
)
Visual C++
public:
virtual void Set(
	Nullable<unsigned long long> o
) override

Parameters

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

See Also