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>)>)>.)

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ReadOnlyCollection<(Of <(<'T>)>)> instance.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Public propertyItem
Gets the element at the specified index.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Protected propertyItems (Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)

Events

  NameDescription
Protected eventCollectionChanged
Occurs when an item is added or removed.
(Inherited from ReadOnlyObservableCollection<(Of <(<'C1MonthCalendar>)>)>.)
Protected eventPropertyChanged
Occurs when a property value changes.
(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 eventINotifyCollectionChanged..::..CollectionChanged
Occurs when the collection changes.
(Inherited from ReadOnlyObservableCollection<(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 propertyIList..::..IsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate propertySystem#Collections#Generic#ICollection{T}#IsReadOnly (Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate propertyIList..::..IsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate propertyICollection..::..IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate propertySystem#Collections#Generic#IList{T}#Item (Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate propertyIList..::..Item
Gets or sets the element at the specified index.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)
Explicit interface implemetationPrivate eventINotifyPropertyChanged..::..PropertyChanged
Occurs when a property value changes.
(Inherited from ReadOnlyObservableCollection<(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>)>)>.)
Explicit interface implemetationPrivate propertyICollection..::..SyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ReadOnlyCollection<(Of <(<'C1MonthCalendar>)>)>.)

See Also