SpinWait.Count Propriedade
Definição
Obtém o número de vezes que SpinOnce() foi chamado nessa instância.Gets the number of times SpinOnce() has been called on this instance.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
Valor da propriedade
Retorna um inteiro que representa o número de vezes que SpinOnce() foi chamado nessa instância.Returns an integer that represents the number of times SpinOnce() has been called on this instance.