SPBaseCollection members
Provides the base functionality for collections in the Microsoft.SharePoint and Microsoft.SharePoint.Administration namespaces.
The SPBaseCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPBaseCollection | Reserved for internal use. Initializes a new instance of the SPBaseCollection class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Reserved for internal use. Gets the total number of elements in the collection. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Gets an enumerator to iterate through the collection. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetTypedEnumerator<T> | Returns a type-safe enumerator to iterate through the collection. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICollection.CopyTo | Copies the elements of the collection to an array, starting at the specified array index. |
![]() ![]() |
ICollection.IsSynchronized | Gets a Boolean value that indicates whether access to the collection is synchronized or thread-safe. |
![]() ![]() |
ICollection.SyncRoot | Gets an object that is used to synchronize access to the collection. |
Top