BlobWriter.ToImmutableArray Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| ToImmutableArray() | |
| ToImmutableArray(Int32, Int32) |
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.