Click or drag to resize

FileImportTableDataSourceBase(IEnumerableString) Constructor

Initializes a new instance of the FileImportTableDataSourceBase class.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected FileImportTableDataSourceBase(
	IEnumerable<string> fileNames
)

Parameters

fileNames  IEnumerableString
The file names to import from.
See Also