Lucene.Net.Support.AtomicLong.AtomicLong C# (CSharp) Method

AtomicLong() public method

public AtomicLong ( ) : System.Threading
return System.Threading
        public AtomicLong()
            : this(0)
        {
        }

Same methods

AtomicLong::AtomicLong ( long value_ ) : System.Threading