Class TocLevelCollection
Represents a collection of TocLevels.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class TocLevelCollection : Collection<TocLevel>, IList<TocLevel>, ICollection<TocLevel>, IList, ICollection, IReadOnlyList<TocLevel>, IReadOnlyCollection<TocLevel>, IEnumerable<TocLevel>, IEnumerable
Constructors
TocLevelCollection()
Declaration
public TocLevelCollection()
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
Equals(TocLevelCollection)
Declaration
public bool Equals(TocLevelCollection other)
Parameters
TocLevelCollection
other
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()