Public Instance Constructors
BaseItemCollection Constructor | Initializes a new instance of the BaseItemCollection class. |
Public Instance Properties
Count (inherited from CollectionBase) | Gets the number of elements contained in the CollectionBase instance. |
Public Instance Methods
Clear (inherited from CollectionBase) | Removes all objects from the CollectionBase instance. |
Clone | Creates a new object that is a copy of the current instance. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetEnumerator (inherited from CollectionBase) | Returns an enumerator that can iterate through the CollectionBase instance. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
RemoveAt (inherited from CollectionBase) | Removes the element at the specified index of the CollectionBase instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
See Also
BaseItemCollection Class | Karamasoft.WebControls.UltimateTabstrip Namespace