IntegerMatcher.cs 93 B

123
  1. namespace InABox.Avalonia.Converters;
  2. public class IntegerMatcher : AbstractMatcher<int> { }