Search Results for

    Show / Hide Table of Contents

    Class DoubleTypeReader

    Inheritance
    System.Object
    DoubleTypeReader
    Implements
    ITypeReader
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: TelegramModularFramework.Services.TypeReaders
    Assembly: TelegramModularFramework.dll
    Syntax
    public class DoubleTypeReader : ITypeReader

    Constructors

    | Improve this Doc View Source

    DoubleTypeReader(IStringLocalizer<TypeReadersMessages>)

    Declaration
    public DoubleTypeReader(IStringLocalizer<TypeReadersMessages> l)
    Parameters
    Type Name Description
    Microsoft.Extensions.Localization.IStringLocalizer<TypeReadersMessages> l

    Properties

    | Improve this Doc View Source

    Type

    Declaration
    public Type Type { get; }
    Property Value
    Type Description
    Type

    Methods

    | Improve this Doc View Source

    ReadTypeAsync(ModuleContext, String)

    Declaration
    public async Task<TypeReaderResult> ReadTypeAsync(ModuleContext context, string input)
    Parameters
    Type Name Description
    ModuleContext context
    System.String input
    Returns
    Type Description
    Task<TypeReaderResult>

    Implements

    ITypeReader
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    TelegramModularFramework (c) 2022-2022
    ☀
    ☾