Search Results for

    Show / Hide Table of Contents

    Class LiftSpan

    A class to represent a continous span of items in an ordered sequence

    Inheritance
    System.Object
    ExtensionDataContainer
    LiftSpan
    Implements
    ICloneable<LiftSpan>
    Inherited Members
    ExtensionDataContainer.ExtensionData
    Namespace: Sdl.Core.Bcm.BcmModel.Alignment
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    public class LiftSpan : ExtensionDataContainer, ICloneable<LiftSpan>

    Constructors

    LiftSpan()

    Declaration
    public LiftSpan()

    Properties

    Length

    The length of the span (number of items that it covers in the sequence).

    Declaration
    public int Length { get; set; }
    Property Value
    Type Description
    System.Int32

    StartIndex

    The zero-based start index of the span.

    Declaration
    public int StartIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    Clone()

    Clones this instance.

    Declaration
    public LiftSpan Clone()
    Returns
    Type Description
    LiftSpan

    Implements

    ICloneable<T>

    On this page

    Back to top Generated by DocFX