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)
TODO: Add documentation.
Declaration
public override bool Equals(object obj)
Parameters
|
System.Object
obj
|
Returns
|
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
Equals(TocLevelCollection)
TODO: Add documentation.
Declaration
public bool Equals(TocLevelCollection other)
Parameters
|
TocLevelCollection
other
|
Returns
|
System.Boolean
|
GetHashCode()
TODO: Add documentation.
Declaration
public override int GetHashCode()
Returns
|
System.Int32
|
Overrides
System.Object.GetHashCode()