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

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

Syntax

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

Parameters

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

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

offset
Type: Int32%

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

complement
Type: Boolean

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

See Also