TestRegionCollection
Class
Definition
Namespace:ArtOfTest.WebAii.ObjectModel
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class TestRegionCollection : KeyedCollection<string, TestRegion>, IList<TestRegion>, ICollection<TestRegion>, IList, ICollection, IReadOnlyList<TestRegion>, IReadOnlyCollection<TestRegion>, IEnumerable<TestRegion>, IEnumerable
Inheritance: objectCollection<TestRegion>KeyedCollection<string, TestRegion>TestRegionCollection
Implements:
Inherited Members
Properties
C#
public bool ReturnNullIfNotFound { get; set; }
Methods
C#
protected override string GetKeyForItem(TestRegion item)
Overrides: