Table of Contents

Class GeneralCharService

Namespace
SunamoChar.Services
Assembly
SunamoChar.dll

Service for handling general character operations

public class GeneralCharService
Inheritance
GeneralCharService
Inherited Members
Extension Methods

Properties

GeneralChars

List of general characters

public List<char> GeneralChars { get; }

Property Value

List<char>

Methods

ReturnRightPredicate(char)

Returns the appropriate predicate for a generic character

public Predicate<char> ReturnRightPredicate(char character)

Parameters

character char

The character to get the predicate for.

Returns

Predicate<char>

A predicate function for testing characters of the same type.