Search Results for

    Show / Hide Table of Contents

    Class SourceTextForms

    Inheritance
    System.Object
    SourceTextForms
    Namespace: Crowdin.Api.SourceStrings
    Assembly: Crowdin.Api.dll
    Syntax
    public class SourceTextForms : object

    Properties

    | Improve this Doc View Source

    Few

    Declaration
    public string? Few { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | Improve this Doc View Source

    Many

    Declaration
    public string? Many { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | Improve this Doc View Source

    One

    Declaration
    public string? One { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | Improve this Doc View Source

    Other

    Declaration
    public string? Other { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | Improve this Doc View Source

    Two

    Declaration
    public string? Two { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX