Search Results for

    Show / Hide Table of Contents

    Class StringCommentBatchOpPatchPath

    Inheritance
    System.Object
    StringCommentBatchOpPatchPath
    Namespace: Crowdin.Api.StringComments
    Assembly: Crowdin.Api.dll
    Syntax
    public class StringCommentBatchOpPatchPath : object

    Constructors

    | Improve this Doc View Source

    StringCommentBatchOpPatchPath(Nullable<Int32>, Nullable<StringCommentBatchOpPatchPath.Code>)

    Declaration
    public StringCommentBatchOpPatchPath(int? commentId = null, StringCommentBatchOpPatchPath.Code? pathCode = null)
    Parameters
    Type Name Description
    System.Nullable<System.Int32> commentId
    System.Nullable<StringCommentBatchOpPatchPath.Code> pathCode

    Properties

    | Improve this Doc View Source

    Empty

    Declaration
    public static StringCommentBatchOpPatchPath Empty { get; }
    Property Value
    Type Description
    StringCommentBatchOpPatchPath

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX