다음을 통해 공유


Shake128.Read 메서드

정의

오버로드

Read(Span<Byte>)
Read(Int32)

Read(Span<Byte>)

public:
 void Read(Span<System::Byte> destination);
public void Read (Span<byte> destination);
member this.Read : Span<byte> -> unit
Public Sub Read (destination As Span(Of Byte))

매개 변수

destination
Span<Byte>

적용 대상

Read(Int32)

public:
 cli::array <System::Byte> ^ Read(int outputLength);
public byte[] Read (int outputLength);
member this.Read : int -> byte[]
Public Function Read (outputLength As Integer) As Byte()

매개 변수

outputLength
Int32

반환

Byte[]

적용 대상