Class ActionTargetCollection
Inheritance
System.Object
System.Collections.ObjectModel.Collection<IActionTarget>
ActionTargetCollection
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class ActionTargetCollection : Collection<IActionTarget>, IList<IActionTarget>, ICollection<IActionTarget>, IList, ICollection, IReadOnlyList<IActionTarget>, IReadOnlyCollection<IActionTarget>, IEnumerable<IActionTarget>, IEnumerable, IEquatable<ActionTargetCollection>
Methods
AddRange(IActionTarget[])
Adds multiple IActionTarget objects to the collection.
Declaration
public void AddRange(IActionTarget[] targets)
Parameters
IActionTarget[]
targets
An array of IActionTarget objects to add to the list. |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
Equals(ActionTargetCollection)
Declaration
public bool Equals(ActionTargetCollection other)
Parameters
ActionTargetCollection
other
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()