C# Class System.Threading.Atomics.MemoryModelHelpers

Mostra file Open project: szKarlen/atomics.net

Public Methods

Method Description
IsAcquireRelease ( this order ) : bool
ThrowIfNotSupported ( this order ) : void
ToInt32 ( this target ) : int

Method Details

IsAcquireRelease() public static method

public static IsAcquireRelease ( this order ) : bool
order this
return bool

ThrowIfNotSupported() public static method

public static ThrowIfNotSupported ( this order ) : void
order this
return void

ToInt32() public static method

public static ToInt32 ( this target ) : int
target this
return int