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
 - 
      objectCsvIgnoredIndexesAttribute
 
- Inherited Members
 
Constructors
CsvIgnoredIndexesAttribute()
Initializes a new instance of the CsvIgnoredIndexesAttribute class.
public CsvIgnoredIndexesAttribute()
  CsvIgnoredIndexesAttribute(params int[])
Initializes a new instance of the CsvIgnoredIndexesAttribute class.
public CsvIgnoredIndexesAttribute(params int[] indexes)
  Parameters
indexesint[]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 int[] Value { get; init; }
  Property Value
- int[]