@Deprecated public class FeedEntryCollection extends com.aspose.ms.System.Collections.ObjectModel.Collection<IFeedEntry>
Represents collection of IFeedEntry objects
Constructor and Description |
---|
FeedEntryCollection()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
clearItems()
Deprecated.
Removes all elements from the
T:System.Collections.ObjectModel.Collection`1 . |
void |
insertItem(int index,
IFeedEntry item)
Deprecated.
Inserts an element into the
T:System.Collections.ObjectModel.Collection`1 at the specified index. |
protected void |
removeItem(int index)
Deprecated.
Removes the element at the specified index of the
T:System.Collections.ObjectModel.Collection`1 . |
protected void |
setItem(int index,
IFeedEntry item)
Deprecated.
Replaces the element at the specified index.
|
protected void removeItem(int index)
Removes the element at the specified index of the T:System.Collections.ObjectModel.Collection`1
.
index
- The zero-based index of the element to remove.T:System.ArgumentOutOfRangeException
- index
is less than zero.
-or-
index
is equal to or greater than P:System.Collections.ObjectModel.Collection`1.Count
.protected void clearItems()
Removes all elements from the T:System.Collections.ObjectModel.Collection`1
.
protected void setItem(int index, IFeedEntry item)
Replaces the element at the specified index.
setItem
in class com.aspose.ms.System.Collections.ObjectModel.Collection<IFeedEntry>
index
- The zero-based index of the element to replace.item
- The new value for the element at the specified index. The value can be null for reference types.T:System.ArgumentOutOfRangeException
- index
is less than zero.
-or-
index
is greater than P:System.Collections.ObjectModel.Collection`1.Count
.public void insertItem(int index, IFeedEntry item)
Inserts an element into the T:System.Collections.ObjectModel.Collection`1
at the specified index.
insertItem
in interface com.aspose.ms.System.Collections.Generic.IGenericList<IFeedEntry>
insertItem
in class com.aspose.ms.System.Collections.ObjectModel.Collection<IFeedEntry>
index
- The zero-based index at which item
should be inserted.item
- The object to insert. The value can be null for reference types.T:System.ArgumentOutOfRangeException
- index
is less than zero.
-or-
index
is greater than P:System.Collections.ObjectModel.Collection`1.Count
.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.