예제 #1
0
 public UrlPattern(UrlPatternType type, string pattern, string prefix)
 {
     Pattern = pattern;
     Prefix  = prefix;
     Type    = type;
 }
예제 #2
0
		public UrlPattern (UrlPatternType type, string pattern, string prefix)
		{
			Pattern = pattern;
			Prefix = prefix;
			Type = type;
		}