[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++ 
public class CompilerErrorList : ListEx<CompilerError>
Public Class CompilerErrorList _
	Inherits ListEx(Of CompilerError)
public ref class CompilerErrorList : public ListEx<CompilerError^>

Members

               
 All Members  Constructors   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CompilerErrorList()()()
Initializes a new instance of the CompilerErrorList class
AddRange(CompilerErrorCollection)
AddRange(IEnumerable<(Of <(T>)>)) (Inherited from ListEx<(Of <(T>)>).)
CreateSynchronized()()()
Creates new empty synchronized collection of same type.
(Inherited from ListEx<(Of <(T>)>).)
HasErrors
Gets a value that indicates whether the collection contains errors.
HasWarnings
Gets a value that indicates whether the collection contains warnings.
IsSynchronized (Inherited from ListEx<(Of <(T>)>).)
ItemInserted (Inherited from ListEx<(Of <(T>)>).)
ItemInserting (Inherited from ListEx<(Of <(T>)>).)
ItemRemoved (Inherited from ListEx<(Of <(T>)>).)
ItemRemoving (Inherited from ListEx<(Of <(T>)>).)
ItemUpdated (Inherited from ListEx<(Of <(T>)>).)
ItemUpdating (Inherited from ListEx<(Of <(T>)>).)
ListCleared (Inherited from ListEx<(Of <(T>)>).)
ListClearing (Inherited from ListEx<(Of <(T>)>).)
SyncRoot
Gets synchronization object.
(Inherited from ListEx<(Of <(T>)>).)
ToArray()()() (Inherited from ListEx<(Of <(T>)>).)

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(CompilerError>)>)
    Phoenix.Collections..::.ListEx<(Of <(CompilerError>)>)
      Phoenix.Collections..::.CompilerErrorList

See Also