Class CsvIgnoredIndexesAttribute
- Namespace
- FlameCsv.Attributes
- Assembly
- FlameCsv.Core.dll
Configures field indexes to always ignore when reading headerless CSV, or to leave empty when writing.
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Interface, AllowMultiple = true, Inherited = false)]
public sealed class CsvIgnoredIndexesAttribute : CsvConfigurationAttribute
- Inheritance
-
CsvIgnoredIndexesAttribute
- Inherited Members
Constructors
CsvIgnoredIndexesAttribute(params int[])
Initializes a new instance of the CsvIgnoredIndexesAttribute class.
public CsvIgnoredIndexesAttribute(params int[] indexes)
Parameters
indexes
int[]Indexes to ignore when reading CSV, and to leave empty when writing.
Exceptions
Properties
Value
Indexes to ignore when reading CSV, and to leave empty when writing.
public ImmutableArray<int> Value { get; }