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
  
  
  
  
  AbsoluteFilePath
  
  
  Declaration
  
    public string AbsoluteFilePath { get; }
   
  Property Value
  
  
  
  
  AssetPath
  
  
  Declaration
  
    public string AssetPath { get; }
   
  Property Value
  
  
  
  
  LineNumber
  
  
  Declaration
  
    public int LineNumber { get; }
   
  Property Value
  
  
  
  
  Member
  
  
  Declaration
  
    public string Member { get; }
   
  Property Value