WebTestBaseCollection<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename T>
public ref class WebTestBaseCollection abstract : System::Collections::ObjectModel::Collection<T>
[System.Serializable]
public abstract class WebTestBaseCollection<T> : System.Collections.ObjectModel.Collection<T>
[<System.Serializable>]
type WebTestBaseCollection<'T> = class
inherit Collection<'T>
Public MustInherit Class WebTestBaseCollection(Of T)
Inherits Collection(Of T)
Type Parameters
- T
- Inheritance
-
Collection<T>WebTestBaseCollection<T>
- Derived
- Attributes
Constructors
WebTestBaseCollection<T>() |
Methods
AddRange(IEnumerable<T>) |