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

Namespace:  Phoenix.Configuration
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class AttributeInfoCollection : ICollection<AttributeInfo>, 
	IEnumerable<AttributeInfo>, IEnumerable
Public Class AttributeInfoCollection _
	Implements ICollection(Of AttributeInfo), IEnumerable(Of AttributeInfo),  _
	IEnumerable
public ref class AttributeInfoCollection : ICollection<AttributeInfo>, 
	IEnumerable<AttributeInfo>, IEnumerable

Members

         
 All Members  Properties   Methods  

Inheritance Hierarchy

System..::.Object
  Phoenix.Configuration..::.ElementInfo..::.AttributeInfoCollection

See Also