The Table
public abstract class TablePartCollection: ICollection, IEnumerable
Public MustInherit Class TablePartCollection
Implements ICollection
Implements IEnumerable
Method | Description |
---|---|
Get |
Returns an enumerator that can be used to iterate through the collection. |
Property | Description |
---|---|
Count | Gets the number of elements contained in the collection. |
Is |
Returns true if the collection is designed to be thread safe, otherwise, it returns false. |
Sync |
Gets an object that can be used to synchronize access to the collection. |