BlobWriter.ToArray 方法

定义

重载

ToArray()

Source:
BlobWriter.cs
Source:
BlobWriter.cs
Source:
BlobWriter.cs
Source:
BlobWriter.cs
Source:
BlobWriter.cs
Source:
BlobWriter.cs
Source:
BlobWriter.cs
public:
 cli::array <System::Byte> ^ ToArray();
public byte[] ToArray();
member this.ToArray : unit -> byte[]
Public Function ToArray () As Byte()

返回

Byte[]

适用于

ToArray(Int32, Int32)

Source:
BlobWriter.cs
Source:
BlobWriter.cs
Source:
BlobWriter.cs
Source:
BlobWriter.cs
Source:
BlobWriter.cs
Source:
BlobWriter.cs
Source:
BlobWriter.cs
public:
 cli::array <System::Byte> ^ ToArray(int start, int byteCount);
public byte[] ToArray(int start, int byteCount);
member this.ToArray : int * int -> byte[]
Public Function ToArray (start As Integer, byteCount As Integer) As Byte()

参数

start
Int32
byteCount
Int32

返回

Byte[]

例外

start 缓冲区内容边界外指定的范围,并 byteCount 位于缓冲区内容边界之外。

适用于