[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.ComArray-1

Class ComArray<T>

Namespace
GrapeCity.Documents.DX
Assembly
GcDocs.DX.Windows.dll

A typed version of ComArrayBase

public class ComArray<T> : ComArrayBase, IDisposable, IEnumerable<T>, IEnumerable where T : ComObject

Type Parameters

T

Type of the ComObject

Inheritance
object
ComArray<T>
Implements
System.IDisposable
System.Collections.Generic.IEnumerable<T><T>
System.Collections.IEnumerable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

ComArray(params T[])

Initializes a new instance of the ComArray<T> class.

public ComArray(params T[] array)

Parameters

array T[]

The array.

ComArray(int)

Initializes a new instance of the ComArray<T> class.

public ComArray(int size)

Parameters

size int

The size.

Properties

this[int]

Gets or sets the T with the specified i.

public T this[int i] { get; set; }

Parameters

i int

Property Value

T