[Missing <summary> documentation for "M:ScopeRuntime.ColumnData.SerializeAsByteSortable(System.Byte[],System.Int32@)"]

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

Syntax

C#
public virtual void SerializeAsByteSortable(
	byte[] buffer,
	ref int offset
)
Visual Basic
Public Overridable Sub SerializeAsByteSortable ( _
	buffer As Byte(), _
	ByRef offset As Integer _
)
Visual C++
public:
virtual void SerializeAsByteSortable(
	array<unsigned char>^ buffer, 
	int% offset
)

Parameters

buffer
Type: array<Byte>[]()[][]

[Missing <param name="buffer"/> documentation for "M:ScopeRuntime.ColumnData.SerializeAsByteSortable(System.Byte[],System.Int32@)"]

offset
Type: Int32%

[Missing <param name="offset"/> documentation for "M:ScopeRuntime.ColumnData.SerializeAsByteSortable(System.Byte[],System.Int32@)"]

See Also