Search Results for

    Show / Hide Table of Contents

    Class AlgoApiFormatterAttribute

    Inheritance
    Object
    Attribute
    ProvideSourceInfoAttribute
    AlgoApiFormatterAttribute
    Inherited Members
    ProvideSourceInfoAttribute.Member
    ProvideSourceInfoAttribute.LineNumber
    ProvideSourceInfoAttribute.AssetPath
    ProvideSourceInfoAttribute.FilePath
    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inherited = false, AllowMultiple = false)]
    public sealed class AlgoApiFormatterAttribute : ProvideSourceInfoAttribute, _Attribute

    Constructors

    AlgoApiFormatterAttribute(Type, String, String, Int32)

    Declaration
    public AlgoApiFormatterAttribute(Type formatterType, string member = "", string filePath = "", int lineNumber = 0)
    Parameters
    Type Name Description
    Type formatterType
    String member
    String filePath
    Int32 lineNumber

    Properties

    FormatterType

    Declaration
    public Type FormatterType { get; }
    Property Value
    Type Description
    Type
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾