Class AtomicReferenceArray<T>
Inheritance
System.Object
AtomicReferenceArray<T>
Assembly: Steeltoe.Common.Abstractions.dll
Syntax
public class AtomicReferenceArray<T> : object
Type Parameters
Constructors
|
Edit this page
View Source
AtomicReferenceArray(Int32)
Declaration
public AtomicReferenceArray(int length)
Parameters
Type |
Name |
Description |
System.Int32 |
length |
|
Properties
|
Edit this page
View Source
Item[Int32]
Declaration
public T this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
|
Edit this page
View Source
Length
Declaration
public int Length { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Edit this page
View Source
ToArray()
Declaration
Returns