Search Results for

    Show / Hide Table of Contents

    Class SafeListBuilder<T>

    Inheritance
    Object
    SafeListBuilder<T>
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class SafeListBuilder<T>
    Type Parameters
    Name Description
    T

    Constructors

    SafeListBuilder()

    Declaration
    public SafeListBuilder()

    Fields

    List

    Declaration
    public List<T> List
    Field Value
    Type Description
    List<T>

    spinlock

    Declaration
    public SpinLock spinlock
    Field Value
    Type Description
    SpinLock

    Properties

    Result

    Declaration
    public List<T> Result { get; }
    Property Value
    Type Description
    List<T>

    Methods

    SafeAdd(T)

    Declaration
    public void SafeAdd(T value)
    Parameters
    Type Name Description
    T value

    SafeOperation(Action<List<T>>)

    Declaration
    public void SafeOperation(Action<List<T>> opF)
    Parameters
    Type Name Description
    Action<List<T>> opF
    In This Article
    Back to top ViRGIS VR GIS