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

Namespace:  Phoenix.Runtime.Reflection
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Remove(
	Method item
)
Public Function Remove ( _
	item As Method _
) As Boolean
public:
virtual bool Remove(
	Method^ item
) sealed

Parameters

item
Method

Implements

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

See Also