Class ProvideSourceInfoAttribute
Inheritance
ProvideSourceInfoAttribute
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
Properties
AssetPath
Declaration
public string AssetPath { get; }
Property Value
FilePath
Declaration
public string FilePath { get; }
Property Value
LineNumber
Declaration
public int LineNumber { get; }
Property Value
Member
Declaration
public string Member { get; }
Property Value