Skip to main content

FieldInfoList(IEnumerable<FieldInfo>) Constructor

Initializes a new instance of the FieldInfoList class and adds the specified field elements to it.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public FieldInfoList(
    IEnumerable<FieldInfo> collection
)

Parameters

Name Type Description
collection IEnumerable<FieldInfo>

A structure that contains FieldInfo elements to be added to the created class.

See Also