The AppointmentCollection type exposes the following members.

Properties

  Name Description
Public property Comparer
Gets the generic equality comparer that is used to determine equality of keys in the collection.
(Inherited from KeyedCollection<(Of <(<'Guid, Appointment>)>)>.)
Public property Item[([( Int32])])
Gets or sets the element at the specified index.
(Inherited from Collection<(Of <(<'Appointment>)>)>Collection<(Of <(<'T>)>)>.)
Public property Item[([( Guid])])
Gets the element with the specified key if any.
(Inherited from BaseCollection<(Of <(<'T>)>)>.)
Public property ParentStorage
Gets the reference to the owning AppointmentStorage object.

See Also