Random.Shared 屬性

定義

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

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

屬性值

Random

Random 執行個體。

適用於