Represents an erased provided property.
| Constructor | Description | 
             
                 
               
                 
              Create a new provided event. It is not initially associated with any specific provided type definition. 
 
  | 
        
| Instance member | Description | 
            
                
              
              
                  Full Usage: 
                   
              this.AddDefinitionLocation(line, column, filePath)
                  Parameters: 
 int
                    
                    column : int
                    
                    filePath : string
                    
                     | 
          
             
                 
               
                 
              Add definition location information to the provided type definition. 
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.AddXmlDoc(xmlDoc)
                  Parameters: 
 string
                    
                     | 
          
             
                 
               
                 
              Add XML documentation information to this provided constructor 
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.AddXmlDocComputed(xmlDocFunction)
                  Parameters: 
 unit -> string
                    
                     | 
          
             
                 
               
                 
              Add XML documentation information to this provided constructor, where the computation of the documentation is delayed until necessary The documentation is re-computed every time it is required. 
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.AddXmlDocDelayed(xmlDocFunction)
                  Parameters: 
 unit -> string
                    
                     | 
          
             
                 
               
                 
              Add XML documentation information to this provided constructor, where the computation of the documentation is delayed until necessary 
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsStatic
                  Returns: bool
                  
                   | 
          
             
                 
               
                 
              Get a flag indicating if the property is static. 
  |