Create a new byte array
Namespace: Com.Tibco.As.Space.Impl.SerializerAssembly: 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