[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Collections
Assembly:  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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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

See Also