The ICalendarObjectList type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an item to the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'ICalendarObject>)>)>.) | |
| Clear |
Removes all items from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'ICalendarObject>)>)>.) | |
| Contains |
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
(Inherited from ICollection<(Of <(<'ICalendarObject>)>)>.) | |
| Copy<(Of <<'(T>)>>) |
Returns a copy of the current object, including
all relevent fields/properties, resulting in a
semantically equivalent copy of the object.
(which consequently passes an object.Equals(obj1, obj2)
test).
(Inherited from ICopyable.) | |
| CopyFrom |
Copies all relevant fields/properties from
the target object to the current one.
(Inherited from ICopyable.) | |
| CopyTo |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
(Inherited from ICollection<(Of <(<'ICalendarObject>)>)>.) | |
| GetEnumerator()()()() |
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'ICalendarObject>)>)>.) | |
| GetEnumerator()()()() |
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.) | |
| IndexOf |
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
(Inherited from IList<(Of <(<'ICalendarObject>)>)>.) | |
| Insert |
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
(Inherited from IList<(Of <(<'ICalendarObject>)>)>.) | |
| MergeWith |
Merges this object with another.
(Inherited from IMergeable.) | |
| Remove |
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'ICalendarObject>)>)>.) | |
| RemoveAt |
Removes the IList<(Of <(<'T>)>)> item at the specified index.
(Inherited from IList<(Of <(<'ICalendarObject>)>)>.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'ICalendarObject>)>)>.) | |
| IsReadOnly |
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
(Inherited from ICollection<(Of <(<'ICalendarObject>)>)>.) | |
| Item |
Gets or sets the element at the specified index.
(Inherited from IList<(Of <(<'ICalendarObject>)>)>.) | |
| Parent |