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