[]
A typed version of ComArrayBase
public class ComArray<T> : ComArrayBase, IDisposable, IEnumerable<T>, IEnumerable where T : ComObject
Name | Description |
---|---|
T | Type of the ComObject |
Name | Description |
---|---|
ComArray(int) | Initializes a new instance of the ComArray<T> class. |
ComArray(params T[]) | Initializes a new instance of the ComArray<T> class. |
Name | Description |
---|---|
this[int] | Gets or sets the T with the specified i. |