Class ProvideSourceInfoAttribute
  
  
  
  
    Inheritance
    
    
    ProvideSourceInfoAttribute
      
      
   
  
  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
  
  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