Show / Hide Table of Contents

Struct Atomic<T>.WriteLockScope

Represents scope of the write lock.

Implements
IDisposable
Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.GetType()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: DotNext.Threading
Assembly: DotNext.dll
Syntax
public readonly ref struct Atomic<T>.WriteLockScope : IDisposable

Properties

View Source

Value

Gets a value that can be modified within the scope safely.

Declaration
public ref T Value { get; }
Property Value
Type Description
T

Methods

View Source

Dispose()

Releases write lock.

Declaration
public void Dispose()

Implements

IDisposable

Extension Methods

BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
Enumerator.Skip<TEnumerator, T>(ref TEnumerator, int)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾