Search Results for

    Show / Hide Table of Contents

    Interface IPluralForm

    Defines the computation method of the plural form.

    Namespace: MGR.PortableObject
    Assembly: MGR.PortableObject.dll
    Syntax
    public interface IPluralForm

    Properties

    | Edit this page View Source

    NumberOfPluralForms

    Gets the number of plural forms.

    Declaration
    int NumberOfPluralForms { get; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    GetPluralFormForQuantity(int)

    Get the plural form for the specified quantity.

    Declaration
    int GetPluralFormForQuantity(int quantity)
    Parameters
    Type Name Description
    int quantity

    The quantity.

    Returns
    Type Description
    int

    The plural form.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX