TypeChecker Method

Stot

Stot

Querier..::..TypeChecker Method

If given a specified type by the User, gets the type inorder to display document of only those types.

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


public static HashSet<string> TypeChecker(
	List<string> words
)
Public Shared Function TypeChecker ( _
	words As List(Of String) _
) As HashSet(Of String)
public:
static HashSet<String^>^ TypeChecker(
	List<String^>^ words
)

Parameters

words
Type: List<(Of <(<'String>)>)>
The String of words entered by the user.

Return Value