Click or drag to resize

PdfNumberTreeCollectionKeyValueCollectionT Class

Represents the collection of keys/values in the parent PdfNumberTreeCollection.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfNumberTreeCollectionKeyValueCollectionT

Namespace: Patagames.Pdf.Net.Wrappers
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public sealed class KeyValueCollection<T> : ICollection<T>, 
	IEnumerable<T>, IEnumerable

Type Parameters

T
The type of the keys/values in the PdfNumberTreeCollection.

The PdfNumberTreeCollectionKeyValueCollectionT type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of elements contained in the collection.
Public propertyItem Gets the element at the specified index in a PdfNumberTreeCollectionKeyValueCollectionT.
Top
Methods
 NameDescription
Public methodContains Determines whether the PdfNumberTreeCollectionKeyValueCollectionT contains a specific value.
Public methodCopyTo Copies the PdfNumberTreeCollectionKeyValueCollectionT elements to an existing one-dimensional System.Array, starting at the specified array index.
Public methodGetEnumerator Returns an enumerator that iterates through the PdfNumberTreeCollectionKeyValueCollectionT.
Top
See Also