Click or drag to resize

PropertyFunctionFactoryIsRegisteredFactory Method (Type)

Gets whether a factory is registered.

Namespace:  VDS.RDF.Query.PropertyFunctions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsRegisteredFactory(
	Type factoryType
)

Parameters

factoryType
Type: SystemType
Factory Type.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.PropertyFunctions.PropertyFunctionFactory.IsRegisteredFactory(System.Type)"]

See Also