The CalendarPropertyList type exposes the following members.

Constructors

Methods

  NameDescription
Public methodAdd (Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Public methodAllOf (Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Public methodClear (Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Public methodContains (Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Public methodContainsKey
Returns true if the list contains at least one object with a matching key, false otherwise.
(Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Public methodCopyTo (Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Public methodCountOf (Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGet<(Of <<'(T>)>>)
Public methodGetAll<(Of <<'(T>)>>)
Public methodGetEnumerator (Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetList<(Of <<'(U>)>>)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf(U)
Returns the index of the first object with the matching key.
(Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Public methodInsert (Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnItemAdded (Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Protected methodOnItemRemoved (Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Public methodRemove(U) (Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Public methodRemoveAt (Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Public methodSet
Public methodSetList<(Of <<'(U>)>>)
Public methodToArray (Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount (Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Public propertyIsReadOnly (Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Public propertyItem[([( U])]) (Inherited from KeyedList<(Of <(<'T, U>)>)>.)

Events

  NameDescription
Public eventItemAdded (Inherited from KeyedList<(Of <(<'T, U>)>)>.)
Public eventItemRemoved (Inherited from KeyedList<(Of <(<'T, U>)>)>.)

See Also