Search Results for

    Show / Hide Table of Contents

    Class ProvideSourceInfoAttribute

    Inheritance
    Object
    Attribute
    ProvideSourceInfoAttribute
    AlgoApiFormatterAttribute
    AlgoApiObjectAttribute
    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Interface | AttributeTargets.Parameter | AttributeTargets.Delegate | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter | AttributeTargets.All, AllowMultiple = false, Inherited = false)]
    public class ProvideSourceInfoAttribute : Attribute, _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

    AssetPath

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

    FilePath

    Declaration
    public string FilePath { 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
    ☀
    ☾