Table of Contents

Class OFXPropertyCollection

Namespace
Tudormobile.QIFLibrary
Assembly
Tudormobile.QIFLibrary.dll

Collection of properties.

public class OFXPropertyCollection : List<OFXProperty>, IList<OFXProperty>, ICollection<OFXProperty>, IReadOnlyList<OFXProperty>, IReadOnlyCollection<OFXProperty>, IEnumerable<OFXProperty>, IList, ICollection, IEnumerable
Inheritance
OFXPropertyCollection
Implements
Inherited Members
Extension Methods

Properties

this[string]

Locate a child property by name.

public OFXProperty this[string key] { get; }

Parameters

key string

Name of the child to locate.

Property Value

OFXProperty

Child property if found; otherwise an empty property witht the name is returned.