Overload List

  NameDescription
Public propertyItem[([( Int32])])
Gets or sets the element at the specified index.
(Inherited from IList<(Of <(<'ICalendarProperty>)>)>.)
Public propertyItem[([( U])])
Gets/sets an object with the matching key to the provided value. When setting the value, if another object with a matching key exists, it will be overwritten. If overwriting is not desired, use the Add() method instead.
(Inherited from IKeyedList<(Of <(<'T, U>)>)>.)

See Also