共用方式為


GrainType.UnsafeGetArray(GrainType) 方法

定義

傳回以粒紋類型實例為基礎的陣列。

public static byte[]? UnsafeGetArray (Orleans.Runtime.GrainType id);
static member UnsafeGetArray : Orleans.Runtime.GrainType -> byte[]
Public Shared Function UnsafeGetArray (id As GrainType) As Byte()

參數

id
GrainType

粒紋類型。

傳回

Byte[]

基礎為粒紋類型實例的陣列。

備註

傳回的陣列不得修改。

適用於