The MonthCalendarCollection type exposes the following members.

Methods

  NameDescription
Public methodContains
Determines whether an element is in the ReadOnlyCollection<(Of <(<'T>)>)>.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Public methodCopyTo
Copies the entire ReadOnlyCollection<(Of <(<'T>)>)> to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Public methodGetEnumerator
Returns an enumerator that iterates through the ReadOnlyCollection<(Of <(<'T>)>)>.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Public methodIndexOf
Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection<(Of <(<'T>)>)>.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Protected methodOnCollectionChanged
Raises the CollectionChanged event using the provided arguments.
(Inherited from ReadOnlyObservableCollection<(Of <(<'C1MonthCalendar>)>)>.)
Protected methodOnPropertyChanged
Raises the PropertyChanged event using the provided arguments.
(Inherited from ReadOnlyObservableCollection<(Of <(<'C1MonthCalendar>)>)>.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodSystem#Collections#Generic#ICollection{T}#Add (Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Add
Adds an item to the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate methodSystem#Collections#Generic#ICollection{T}#Clear (Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Clear
Removes all items from the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Contains
Determines whether the IList contains a specific value.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate methodICollection..::..CopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate methodIEnumerable..::..GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate methodIList..::..IndexOf
Determines the index of a specific item in the IList.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate methodSystem#Collections#Generic#IList{T}#Insert (Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Insert
Inserts an item to the IList at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate methodSystem#Collections#Generic#ICollection{T}#Remove (Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Remove
Removes the first occurrence of a specific object from the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate methodSystem#Collections#Generic#IList{T}#RemoveAt (Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate methodIList..::..RemoveAt
Removes the IList item at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)

See Also