Class ZipPackageRelationshipCollection
A collection of package relationships
Inheritance
System.Object
ZipPackageRelationshipCollection
Implements
System.Collections.Generic.IEnumerable<ZipPackageRelationship>
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Packaging
Assembly: EPPlus.dll
Syntax
public class ZipPackageRelationshipCollection : IEnumerable<ZipPackageRelationship>, IEnumerable
Fields
_rels
Relationships dictionary
Declaration
protected Dictionary<string, ZipPackageRelationship> _rels
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, ZipPackageRelationship> |
Properties
Count
Number of items in the collection
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
GetEnumerator()
Gets the enumerator for the collection
Declaration
public IEnumerator<ZipPackageRelationship> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<ZipPackageRelationship> | the enumerator |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable