The PacketCollection type exposes the following members.

Properties

  NameDescription
Count
Gets the number of elements contained in the collection.
IsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
Item
Gets or sets the element at the specified index.
SyncRoot
Gets an object that can be used to synchronize access to the collection.

See Also