示例#1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="parts">An Array of data objects to put into the new Blob object. This can be any number of ArrayBuffer, ArrayBufferView (typed array), Blob, or strings, in any order.</param>
 /// <param name="properties">A BlobPropertyBag object that provides the properties for the new Blob object.</param>
 public Blob(Any <ArrayBuffer, ArrayBufferView, Blob, string>[] parts, BlobPropertyBag properties)
 {
 }
示例#2
0
文件: Blob.cs 项目: shalves/Bridge
 /// <summary>
 ///
 /// </summary>
 /// <param name="parts">An Array of data objects to put into the new Blob object. This can be any number of ArrayBuffer, ArrayBufferView (typed array), Blob, or strings, in any order.</param>
 /// <param name="properties">A BlobPropertyBag object that provides the properties for the new Blob object.</param>
 public Blob(Any<ArrayBuffer, ArrayBufferView, Blob, string>[] parts, BlobPropertyBag properties)
 {
 }