Click or drag to resize

MemorySearchGetUniqueValues Method

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public Set<string> GetUniqueValues(
	string key,
	int max,
	bool ignorecase
)

Parameters

key
Type: SystemString
max
Type: SystemInt32
ignorecase
Type: SystemBoolean

Return Value

Type: SetString
See Also