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

Syntax

C#
public bool CanContain(
	string name,
	SgmlDtd dtd
)
Visual Basic
Public Function CanContain ( _
	name As String, _
	dtd As SgmlDtd _
) As Boolean
Visual C++
public:
bool CanContain(
	String^ name, 
	SgmlDtd^ dtd
)

See Also