Table of Contents

Class ZipPackageRelationshipCollection

Namespace
OfficeOpenXml.Packaging
Assembly
Magicodes.EPPlus.dll
public class ZipPackageRelationshipCollection : IEnumerable<ZipPackageRelationship>, IEnumerable
Inheritance
ZipPackageRelationshipCollection
Implements
Inherited Members
Extension Methods

Constructors

ZipPackageRelationshipCollection()

public ZipPackageRelationshipCollection()

Fields

_rels

protected Dictionary<string, ZipPackageRelationship> _rels

Field Value

Dictionary<string, ZipPackageRelationship>

Properties

Count

public int Count { get; }

Property Value

int

Methods

GetEnumerator()

public IEnumerator<ZipPackageRelationship> GetEnumerator()

Returns

IEnumerator<ZipPackageRelationship>