Exemplo n.º 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)
 {
 }
Exemplo n.º 2
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(BlobDataObject[] parts, BlobPropertyBag properties)
 {
 }