Random.Shared 屬性

定義

提供一個可同時從任何執行緒使用的執行緒安全 Random 實例。

public:
 static property Random ^ Shared { Random ^ get(); };
public static Random Shared { get; }
static member Shared : Random
Public Shared ReadOnly Property Shared As Random

屬性值

Random實例。

適用於