Skip to content

2f9ca23a 17a5 4b12 e229 b64bda3a7566

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

EnumerableInput(T) Constructor

Additional header content

Initializes a new instance of the EnumerableInput(T) 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 EnumerableInput(
	IEnumerable<T> data,
	string name
)

VB

Public Sub New ( 
	data As IEnumerable(Of T),
	name As String
)

Parameters

 

data
Type: System.Collections.Generic.IEnumerable(T)
A DataRow array object than contains the information.
name
Type: System.String
The name.

Remarks

[Missing documentation for "M:iTin.Export.Inputs.EnumerableInput1.#ctor(System.Collections.Generic.IEnumerable{0},System.String)"]

See Also

Reference

EnumerableInput(T) Class
iTin.Export.Inputs Namespace

Clone this wiki locally