DoubleMatcher.cs 92 B

1234
  1. namespace InABox.Mobile.Any
  2. {
  3. public class DoubleMatcher : AbstractMatcher<double> { }
  4. }