[]
        
(Showing Draft Content)

C1.Util.DX.ComArray-1

ComArray<T> Class

A typed version of ComArrayBase

Inheritance
ComArray<T>
Namespace: C1.Util.DX
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public class ComArray<T> : ComArrayBase, IDisposable, IEnumerable<T>, IEnumerable where T : ComObject
Type Parameters
Name Description
T

Type of the ComObject

Constructors

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.

Properties

Name Description
this[int]

Gets or sets the T with the specified i.