Table of Contents

Interface IValueRangeTable

Namespace
Ubiety.Stringprep.Core
Assembly
Ubiety.Stringprep.Core.dll

Value range table interface.

public interface IValueRangeTable

Methods

Contains(int)

Does the table contain the requested value.

bool Contains(int value)

Parameters

value int

Value to search for.

Returns

bool

true if the value is in the table; otherwise false.