Class JavascriptConsoleErrorsCollection
Inheritance
System.Object
    JavascriptConsoleErrorsCollection
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.Javascript
Assembly: ArtOfTest.WebAii.dll
Syntax
public class JavascriptConsoleErrorsCollectionConstructors
JavascriptConsoleErrorsCollection()
Declaration
public JavascriptConsoleErrorsCollection()Properties
Errors
Declaration
public List<JavascriptConsoleError> Errors { get; set; }Property Value
| System.Collections.Generic.List<JavascriptConsoleError> 
 |