Cast this to some other ColumnData (using UnsafeSet)

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

Syntax

C#
public override void UnsafeCopyTo(
	ColumnData destination
)
Visual Basic
Public Overrides Sub UnsafeCopyTo ( _
	destination As ColumnData _
)
Visual C++
public:
virtual void UnsafeCopyTo(
	ColumnData^ destination
) override

Parameters

destination
Type: ScopeRuntime..::..ColumnData
the other

See Also