共用方式為


IRandomNumberGeneratorFeature.GetBytes(Byte[]) Method

Definition

Fills the supplied bytes with random values.

public void GetBytes (byte[] bytes);
abstract member GetBytes : byte[] -> unit
Public Sub GetBytes (bytes As Byte())

Parameters

bytes
Byte[]

Bytes to fill.

Applies to