Collection of frames (Browser objects)

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)

Syntax

C#
public class FramesCollection : Dictionary<string, Browser>, 
	IEnumerable<Browser>, IEnumerable
Visual Basic (Declaration)
Public Class FramesCollection _
	Inherits Dictionary(Of String, Browser) _
	Implements IEnumerable(Of Browser), IEnumerable
Visual C++
public ref class FramesCollection : public Dictionary<String^, Browser^>, 
	IEnumerable<Browser^>, IEnumerable

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.Dictionary<(Of <(String, Browser>)>)
    ArtOfTest.WebAii.Core..::.FramesCollection

See Also