Skip to content

3472ac29 e277 631f 8cae 60f828577f5f

Fernando Garcia edited this page May 8, 2018 · 1 revision

ArrayListInput(T) Constructor

Additional header content

Initializes a new instance of the ArrayListInput class.

Namespace: iTin.Export.Inputs
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public ArrayListInput(
	ArrayList data,
	string name
)

VB

Public Sub New ( 
	data As ArrayList,
	name As String
)

Parameters

 

data
Type: System.Collections.ArrayList
The data.
name
Type: System.String
The name.

Remarks

[Missing documentation for "M:iTin.Export.Inputs.ArrayListInput`1.#ctor(System.Collections.ArrayList,System.String)"]

See Also

Reference

ArrayListInput(T) Class
iTin.Export.Inputs Namespace

Clone this wiki locally