The Frame
public abstract class FrameBaseCollection: ICollection, IEnumerable
Public MustInherit Class FrameBaseCollection
Implements ICollection
Implements IEnumerable
Method | Description |
---|---|
Clear | Removes all objects from the collection and from the document. |
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. |