Search Results for

    Show / Hide Table of Contents

    Class SegmentPosition

    Inheritance
    System.Object
    SegmentPosition
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.Core
    Assembly: Sdl.LanguagePlatform.Core.dll
    Syntax
    public class SegmentPosition

    Constructors

    SegmentPosition()

    Declaration
    public SegmentPosition()

    SegmentPosition(Int32, Int32)

    Declaration
    public SegmentPosition(int runIndex, int positionInRun)
    Parameters
    Type Name Description
    System.Int32 runIndex
    System.Int32 positionInRun

    Properties

    Index

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

    Position

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

    Methods

    Compare(SegmentPosition, SegmentPosition)

    Declaration
    public static int Compare(SegmentPosition a, SegmentPosition b)
    Parameters
    Type Name Description
    SegmentPosition a
    SegmentPosition b
    Returns
    Type Description
    System.Int32

    Duplicate()

    Declaration
    public SegmentPosition Duplicate()
    Returns
    Type Description
    SegmentPosition

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    On this page

    • Constructors
      • SegmentPosition()
      • SegmentPosition(Int32, Int32)
    • Properties
      • Index
      • Position
    • Methods
      • Compare(SegmentPosition, SegmentPosition)
      • Duplicate()
      • Equals(Object)
      • GetHashCode()
      • ToString()
    Back to top Generated by DocFX