Class
SelectorCollection

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class SelectorCollection : List<IElementSelector>, IList, ICollection, IEnumerable

Inheritance: objectList<IElementSelector>SelectorCollection

Implements: ICollectionIEnumerableIList

Constructors

SelectorCollection()

Initializes a new instance of the SelectorCollection class.

Declaration

cs-api-definition
public SelectorCollection()

SelectorCollection(int)

Initializes a new instance of the SelectorCollection class.

Declaration

cs-api-definition
public SelectorCollection(int capacity)

Parameters

capacity

int