BytesExtensionSubArray Method |
Namespace:
com.gigatms.Extensions
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic static byte[] SubArray(
this byte[] bytes,
int start,
int length
)
<ExtensionAttribute>
Public Shared Function SubArray (
bytes As Byte(),
start As Integer,
length As Integer
) As Byte()
public:
[ExtensionAttribute]
static array<unsigned char>^ SubArray(
array<unsigned char>^ bytes,
int start,
int length
)
Parameters
- bytes
- Type: SystemByte
[Missing <param name="bytes"/> documentation for "M:com.gigatms.Extensions.BytesExtension.SubArray(System.Byte[],System.Int32,System.Int32)"]
- start
- Type: SystemInt32
[Missing <param name="start"/> documentation for "M:com.gigatms.Extensions.BytesExtension.SubArray(System.Byte[],System.Int32,System.Int32)"]
- length
- Type: SystemInt32
[Missing <param name="length"/> documentation for "M:com.gigatms.Extensions.BytesExtension.SubArray(System.Byte[],System.Int32,System.Int32)"]
Return Value
Type:
Byte[Missing <returns> documentation for "M:com.gigatms.Extensions.BytesExtension.SubArray(System.Byte[],System.Int32,System.Int32)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also