[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 bool Remove(
	AttributeInfo item
)
Public Function Remove ( _
	item As AttributeInfo _
) As Boolean
public:
virtual bool Remove(
	AttributeInfo item
) sealed

Parameters

item
AttributeInfo

Implements

ICollection<(Of <(T>)>)..::.Remove(T)

See Also