BlobWriter.ToImmutableArray Metod

Definition

Överlagringar

ToImmutableArray()

Källa:
BlobWriter.cs
Källa:
BlobWriter.cs
Källa:
BlobWriter.cs
Källa:
BlobWriter.cs
Källa:
BlobWriter.cs
Källa:
BlobWriter.cs
Källa:
BlobWriter.cs
public:
 System::Collections::Immutable::ImmutableArray<System::Byte> ToImmutableArray();
public System.Collections.Immutable.ImmutableArray<byte> ToImmutableArray();
member this.ToImmutableArray : unit -> System.Collections.Immutable.ImmutableArray<byte>
Public Function ToImmutableArray () As ImmutableArray(Of Byte)

Returer

Gäller för

ToImmutableArray(Int32, Int32)

Källa:
BlobWriter.cs
Källa:
BlobWriter.cs
Källa:
BlobWriter.cs
Källa:
BlobWriter.cs
Källa:
BlobWriter.cs
Källa:
BlobWriter.cs
Källa:
BlobWriter.cs
public:
 System::Collections::Immutable::ImmutableArray<System::Byte> ToImmutableArray(int start, int byteCount);
public System.Collections.Immutable.ImmutableArray<byte> ToImmutableArray(int start, int byteCount);
member this.ToImmutableArray : int * int -> System.Collections.Immutable.ImmutableArray<byte>
Public Function ToImmutableArray (start As Integer, byteCount As Integer) As ImmutableArray(Of Byte)

Parametrar

start
Int32
byteCount
Int32

Returer

Undantag

Intervall som anges av start och byteCount ligger utanför gränserna för buffertinnehållet.

Gäller för