SpinWait.Count 屬性

定義

這次被叫了多少次 SpinOnce()

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

屬性值

回傳一個整數,代表該實例被呼叫的次數 SpinOnce()

適用於

另請參閱