Namespace: CuteEditor.Dialogs
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
protected virtual bool TestItem(
	ArrayList list,
	string itempath
)
Visual Basic
Protected Overridable Function TestItem ( _
	list As ArrayList, _
	itempath As String _
) As Boolean
Visual C++
protected:
virtual bool TestItem(
	ArrayList^ list, 
	String^ itempath
)

Parameters

list
Type: System.Collections..::..ArrayList
itempath
Type: System..::..String

See Also