コード例 #1
0
ファイル: Blob.cs プロジェクト: fabriciomurta/BridgeUnified
 /// <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)
 {
 }