Share via


InputCollection Class

Collection containing instances of InputRow objects.

Inheritance Hierarchy

System.Object
  System.Collections.Generic.List<InputRow>
    Microsoft.Office.Excel.Server.Addins.ComputeCluster.InputCollection

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class InputCollection _
    Inherits List(Of InputRow) _
    Implements IXmlSerializable, IDisposable
'Usage
Dim instance As InputCollection
[SerializableAttribute]
public class InputCollection : List<InputRow>, 
    IXmlSerializable, IDisposable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

InputCollection Members

Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace