PageRenderTime 45ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/Hi.UrlRewrite/Entities/Using.cs

https://github.com/bdsvac/UrlRewrite
C# | 15 lines | 14 code | 1 blank | 0 comment | 0 complexity | 8a98a7b07149d0c87254984f6a6c9575 MD5 | raw file
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace Hi.UrlRewrite.Entities
  7. {
  8. public enum Using
  9. {
  10. RegularExpressions,
  11. Wildcards,
  12. ExactMatch
  13. }
  14. }