Search Results for

    Show / Hide Table of Contents

    Class BlockPin

    Inheritance
    object
    BlockPin
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.Segments.Block
    Assembly: ZoneTree.dll
    Syntax
    public sealed class BlockPin

    Constructors

    | Improve this Doc View Source

    BlockPin(DecompressedBlock, DecompressedBlock)

    Declaration
    public BlockPin(DecompressedBlock device1 = null, DecompressedBlock device2 = null)
    Parameters
    Type Name Description
    DecompressedBlock device1
    DecompressedBlock device2

    Fields

    | Improve this Doc View Source

    Device1

    Declaration
    public DecompressedBlock Device1
    Field Value
    Type Description
    DecompressedBlock
    | Improve this Doc View Source

    Device2

    Declaration
    public DecompressedBlock Device2
    Field Value
    Type Description
    DecompressedBlock

    Methods

    | Improve this Doc View Source

    SetDevice1(DecompressedBlock)

    Declaration
    public void SetDevice1(DecompressedBlock device)
    Parameters
    Type Name Description
    DecompressedBlock device
    | Improve this Doc View Source

    SetDevice2(DecompressedBlock)

    Declaration
    public void SetDevice2(DecompressedBlock device)
    Parameters
    Type Name Description
    DecompressedBlock device
    | Improve this Doc View Source

    ToSingleBlockPin(int)

    Declaration
    public SingleBlockPin ToSingleBlockPin(int num)
    Parameters
    Type Name Description
    int num
    Returns
    Type Description
    SingleBlockPin
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io