Class Repetitions
- Namespace
- EDIParser
- Assembly
- EDIParser.dll
Represents an ordered collection of repeated EDI values.
public sealed class Repetitions : ItemObjectCollection, IEnumerable<Repetition>, IEnumerable
- Inheritance
-
Repetitions
- Implements
- Inherited Members
Constructors
Repetitions()
Initializes a new instance of the Repetitions collection.
public Repetitions()
Properties
this[int]
Gets a repetition using its one-based position.
public Repetition this[int oneBasedIndex] { get; }
Parameters
oneBasedIndexint
Property Value
this[object]
Gets a repetition by matching an existing repetition object.
public Repetition this[object index] { get; }
Parameters
indexobject
Property Value
this[string]
Gets a repetition using its collection key.
public Repetition this[string key] { get; }
Parameters
keystring