Link Search Menu Expand Document

ReadOnlyCollectionT Class

Represents a read only collection.
Inheritance Hierarchy
SystemObject
Bytescout.PDFReadOnlyCollectionT

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class ReadOnlyCollection<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Bytescout.PDF.ReadOnlyCollection`1"]

The ReadOnlyCollectionT 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.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference