Class AtomicReferenceArray<T>
Mimics Java's AtomicReferenceArray class (partial implementation)
Inheritance
System.Object
    AtomicReferenceArray<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 AtomicReferenceArray<T>
    where T : class
  Type Parameters
| Name | Description | 
|---|---|
| T | 
Constructors
| Improve this Doc View SourceAtomicReferenceArray(Int32)
Declaration
public AtomicReferenceArray(int length)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | length | 
Properties
| Improve this Doc View SourceItem[Int32]
Declaration
public T this[int index] { get; set; }
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | index | 
Property Value
| Type | Description | 
|---|---|
| T | 
Length
Declaration
public int Length { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |