Returns true if the context contains a value for a given property.

Namespace:  Gallio.Runtime
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
protected override bool HasPropertyImpl(
	string namespace,
	string identifier
)
Visual Basic (Declaration)
Protected Overrides Function HasPropertyImpl ( _
	namespace As String, _
	identifier As String _
) As Boolean

Parameters

namespace
Type: System..::.String
The property namespace, not null.
identifier
Type: System..::.String
The property identifier, not null.

Return Value

True if the context has the specified property.

See Also