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