Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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