The NewsFeedActorCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NewsFeedActorCollection | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Add | Overloaded. |
![]() | Clear |
Removes all objects from the CollectionBase instance. This method cannot be overridden.
(Inherited from CollectionBase.) |
![]() | Clone | (Inherited from CacheableCollectionBase<(Of <(TItem, TCollection>)>).) |
![]() | Equals | (Inherited from CacheableCollectionBase<(Of <(TItem, TCollection>)>).) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetEnumerator | (Inherited from CacheableCollectionBase<(Of <(TItem, TCollection>)>).) |
![]() | GetHashCode | (Inherited from CacheableCollectionBase<(Of <(TItem, TCollection>)>).) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | OnChange | (Inherited from CacheableCollectionBase.) |
![]() | OnClear | (Inherited from CacheableCollectionBase.) |
![]() | OnClearComplete |
Performs additional custom processes after clearing the contents of the CollectionBase instance.
(Inherited from CollectionBase.) |
![]() | OnInsert | (Inherited from CacheableCollectionBase.) |
![]() | OnInsertComplete |
Performs additional custom processes after inserting a new element into the CollectionBase instance.
(Inherited from CollectionBase.) |
![]() | OnRemove | (Inherited from CacheableCollectionBase.) |
![]() | OnRemoveComplete |
Performs additional custom processes after removing an element from the CollectionBase instance.
(Inherited from CollectionBase.) |
![]() | OnSet | (Inherited from CacheableCollectionBase.) |
![]() | OnSetComplete |
Performs additional custom processes after setting a value in the CollectionBase instance.
(Inherited from CollectionBase.) |
![]() | OnValidate |
Performs additional custom processes when validating a value.
(Inherited from CollectionBase.) |
![]() | Remove |
Removes a item
(Inherited from CacheableCollectionBase<(Of <(TItem, TCollection>)>).) |
![]() | RemoveAt |
Removes the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase.) |
![]() | Sort |
Sorts the collection
(Inherited from CacheableCollectionBase<(Of <(TItem, TCollection>)>).) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Capacity |
Gets or sets the number of elements that the CollectionBase can contain.
(Inherited from CollectionBase.) |
![]() | Count |
Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden.
(Inherited from CollectionBase.) |
![]() | InnerList |
Gets an ArrayList containing the list of elements in the CollectionBase instance.
(Inherited from CollectionBase.) |
![]() | Item |
Get a item at a specified index
(Inherited from CacheableCollectionBase<(Of <(TItem, TCollection>)>).) |
![]() | List |
Gets an IList containing the list of elements in the CollectionBase instance.
(Inherited from CollectionBase.) |
![]() | ReadOnly | (Inherited from CacheableCollectionBase.) |
Events
Name | Description | |
---|---|---|
![]() | Change |
Event occuring when the collection changes (Insert/Remove/Set/Clear).
(Inherited from CacheableCollectionBase.) |