Search Results for

    Show / Hide Table of Contents

    Class ProvideSourceInfoAttribute

    Inheritance
    Object
    ProvideSourceInfoAttribute
    AlgoApiFormatterAttribute
    AlgoApiObjectAttribute
    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public class ProvideSourceInfoAttribute : Attribute

    Constructors

    ProvideSourceInfoAttribute(String, String, Int32)

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

    Properties

    AbsoluteFilePath

    Declaration
    public string AbsoluteFilePath { get; }
    Property Value
    Type Description
    String

    AssetPath

    Declaration
    public string AssetPath { get; }
    Property Value
    Type Description
    String

    LineNumber

    Declaration
    public int LineNumber { get; }
    Property Value
    Type Description
    Int32

    Member

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