Show / Hide Table of Contents

    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 Source

    AtomicObject()

    Declaration
    public AtomicObject()
    | Improve this Doc View Source

    AtomicObject(T)

    Declaration
    public AtomicObject(T initial)
    Parameters
    Type Name Description
    T initial

    Properties

    | Improve this Doc View Source

    Value

    Declaration
    public T Value { get; set; }
    Property Value
    Type Description
    T

    Extension Methods

    Number.IsNumber(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)