Class SelectorCollection
Represents a collection of objects that implement ISelector
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class SelectorCollection : Collection<ISelector>, IList<ISelector>, ICollection<ISelector>, IList, ICollection, IReadOnlyList<ISelector>, IReadOnlyCollection<ISelector>, IEnumerable<ISelector>, IEnumerable
Constructors
SelectorCollection()
SelectorCollection(ISelector[])
Methods
AddRange(ISelector[])
Adds an array of selector objects to the collection.
Declaration
public void AddRange(ISelector[] selectors)
Parameters
Remarks
The ISelector objects contained in the selectors array are appended to the end of the collection.
You can use the AddRange method to quickly add a
group of ISelector objects to the collection
instead of manually adding each ISelector to the
collection using the
System.
To remove a
ISelector that you
previously added, use the
System.
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|