Create a new byte array

Namespace: Com.Tibco.As.Space.Impl.Serializer
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public byte[] Copy(
	int from,
	int length
)
Visual Basic
Public Function Copy ( _
	from As Integer, _
	length As Integer _
) As Byte()
Visual C++
public:
array<unsigned char>^ Copy(
	int from, 
	int length
)

Parameters

from
Type: System..::..Int32
The starting position
length
Type: System..::..Int32
The length of the new array

Return Value

The new byte array

See Also