Click or drag to resize

Parameters.IsTypeOK Method

Returns True if the object is of type Parameter

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override bool IsTypeOK(
	Object item
)

Parameters

item
Type: System.Object
The object to test

Return Value

Type: Boolean
true if the object is of type Parameter othewise false.
See Also