Table of Contents

Method GetLengthFilter

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

GetLengthFilter(int, int)

public static Func<string, string> GetLengthFilter(int minLength, int maxLength)

Parameters

minLength int
maxLength int

Returns

Func<string, string>