BlobWriter.ToArray 方法   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ToArray()
- 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
 
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 指定的范围超出了缓冲区内容的范围。