Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class CollectionBase<T> : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable
Public Class CollectionBase(Of T)
	Implements IList(Of T), ICollection(Of T), 
	IEnumerable(Of T), IEnumerable
generic<typename T>
public ref class CollectionBase : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable
type CollectionBase<'T> =  
    class
        interface IList<'T>
        interface ICollection<'T>
        interface IEnumerable<'T>
        interface IEnumerable
    end

Type Parameters

T

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CollectionBase<(Of <(<'T>)>)>()()()()
Initializes a new instance of the CollectionBase<(Of <(<'T>)>)> class
CollectionBase<(Of <(<'T>)>)>(Int32)
Initializes a new instance of the CollectionBase<(Of <(<'T>)>)> class
Add(T)
Capacity
Clear()()()()
Contains(T)
CopyTo(array<T>[]()[][], Int32)
Count
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator()()()()
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf(T)
InnerList
Insert(Int32, T)
IsReadOnly
Item[([( Int32])])
List
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnClear()()()()
OnClearComplete()()()()
OnInsert(Int32, T)
OnInsertComplete(Int32, T)
OnRemove(Int32, T)
OnRemoveComplete(Int32, T)
OnSet(Int32, T, T)
OnSetComplete(Int32, T, T)
Remove(T)
RemoveAt(Int32)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Xls.Core.Spreadsheet.Collections..::..CollectionBase<(Of <(<'T>)>)>
    Spire.Xls.Core.Spreadsheet.Collections..::..CollectionExtended<(Of <(<'T>)>)>

See Also