BlobWriter.ToImmutableArray 메서드

정의

오버로드

ToImmutableArray()
ToImmutableArray(Int32, Int32)

ToImmutableArray()

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)

반환

ImmutableArray<Byte>

적용 대상

ToImmutableArray(Int32, Int32)

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)

매개 변수

start
Int32
byteCount
Int32

반환

ImmutableArray<Byte>

예외

startbyteCount에 의해 지정된 범위가 버퍼 콘텐츠 경계를 벗어납니다.

적용 대상