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
Methods
ReturnRightPredicate(char)
Returns the appropriate predicate for a generic character
public Predicate<char> ReturnRightPredicate(char character)
Parameters
charactercharThe character to get the predicate for.