[This is preliminary documentation and is subject to change.]
Namespace: Phoenix.CollectionsAssembly: PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0
Syntax
C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class ListEx<T> : Collection<T>
<SerializableAttribute> _ Public Class ListEx(Of T) _ Inherits Collection(Of T)
[SerializableAttribute] generic<typename T> public ref class ListEx : public Collection<T>
Type Parameters
- T
Members
All Members | Constructors ![]() | Properties ![]() | Methods ![]() | Events ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | ListEx<(Of <(T>)>)()()() | Initializes a new instance of the ListEx<(Of <(T>)>) class |
![]() | AddRange(IEnumerable<(Of <(T>)>)) | |
![]() | CreateSynchronized()()() |
Creates new empty synchronized collection of same type.
|
![]() | IsSynchronized | |
![]() | ItemInserted | |
![]() | ItemInserting | |
![]() | ItemRemoved | |
![]() | ItemRemoving | |
![]() | ItemUpdated | |
![]() | ItemUpdating | |
![]() | ListCleared | |
![]() | ListClearing | |
![]() | SyncRoot |
Gets synchronization object.
|
![]() | ToArray()()() |
Inheritance Hierarchy
System..::.Object
System.Collections.ObjectModel..::.Collection<(Of <(T>)>)
Phoenix.Collections..::.ListEx<(Of <(T>)>)
Phoenix.Collections..::.CompilerErrorList
Phoenix.Collections..::.QueueEx<(Of <(T>)>)
Phoenix.Collections..::.StringList
Phoenix.Macros..::.Macro
System.Collections.ObjectModel..::.Collection<(Of <(T>)>)
Phoenix.Collections..::.ListEx<(Of <(T>)>)
Phoenix.Collections..::.CompilerErrorList
Phoenix.Collections..::.QueueEx<(Of <(T>)>)
Phoenix.Collections..::.StringList
Phoenix.Macros..::.Macro