Search Results for

    Show / Hide Table of Contents

    Class DuplicateIterator.DuplicateIteratorPosition

    Inheritance
    System.Object
    DuplicateIterator.DuplicateIteratorPosition
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class DuplicateIteratorPosition

    Constructors

    DuplicateIteratorPosition()

    Declaration
    public DuplicateIteratorPosition()

    DuplicateIteratorPosition(Int64, Int32)

    Declaration
    public DuplicateIteratorPosition(long hash, int tuId)
    Parameters
    Type Name Description
    System.Int64 hash
    System.Int32 tuId

    Fields

    Hash

    Declaration
    public long Hash
    Field Value
    Type Description
    System.Int64

    TUId

    Declaration
    public int TUId
    Field Value
    Type Description
    System.Int32

    On this page

    • Constructors
      • DuplicateIteratorPosition()
      • DuplicateIteratorPosition(Int64, Int32)
    • Fields
      • Hash
      • TUId
    Back to top Generated by DocFX