Search Results for

    Show / Hide Table of Contents

    Class DictionaryPatchPath

    Inheritance
    object
    DictionaryPatchPath
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Crowdin.Api.Dictionaries
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class DictionaryPatchPath

    Constructors

    | Edit this page View Source

    DictionaryPatchPath()

    Declaration
    public DictionaryPatchPath()
    | Edit this page View Source

    DictionaryPatchPath(IEnumerable<long>)

    Declaration
    public DictionaryPatchPath(IEnumerable<long> wordIndexes)
    Parameters
    Type Name Description
    IEnumerable<long> wordIndexes
    | Edit this page View Source

    DictionaryPatchPath(ISet<long>)

    Declaration
    public DictionaryPatchPath(ISet<long> wordIndexes)
    Parameters
    Type Name Description
    ISet<long> wordIndexes

    Properties

    | Edit this page View Source

    WordIndexes

    Declaration
    public ISet<long> WordIndexes { get; set; }
    Property Value
    Type Description
    ISet<long>
    | Edit this page View Source

    Words

    Declaration
    public static DictionaryPatchPath Words { get; }
    Property Value
    Type Description
    DictionaryPatchPath

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX