Class AtomicObject<T>
Inheritance
System.Object
    AtomicObject<T>
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
public class AtomicObject<T>
    where T : class
  Type Parameters
| Name | Description | 
|---|---|
| T | 
Constructors
| Improve this Doc View SourceAtomicObject()
Declaration
public AtomicObject()
  AtomicObject(T)
Declaration
public AtomicObject(T initial)
  Parameters
| Type | Name | Description | 
|---|---|---|
| T | initial | 
Properties
| Improve this Doc View SourceValue
Declaration
public T Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| T |