[]
Represents a collection of PictureBullet objects.
public class PictureBulletCollection : IReadOnlyList<PictureBullet>, IReadOnlyCollection<PictureBullet>, IEnumerable<PictureBullet>, IEnumerable
Public Class PictureBulletCollection
Implements IReadOnlyList(Of PictureBullet), IReadOnlyCollection(Of PictureBullet), IEnumerable(Of PictureBullet), IEnumerable
| Name | Description |
|---|---|
| Count | Gets the count of objects in this collection. |
| this[int] | Gets a PictureBullet by its index in the collection. |
| Name | Description |
|---|---|
| Add(byte[], string) | Creates a new PictureBullet and adds it to the collection. |
| GetById(int) | Gets a PictureBullet by its id. |