예제 #1
0
파일: FindBy.cs 프로젝트: teknologika/ITiN
 /// <summary>
 /// Initializes a new instance of the <see cref="Url"/> class.
 /// </summary>
 /// <param name="uri">The URL to find.</param>
 public Url(Uri uri)
     : base(attributeName, uri.ToString())
 {
     comparer = new UriComparer(uri);
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Url"/> class.
 /// </summary>
 /// <param name="uri">The URL to find.</param>
 public Url(Uri uri)
     : base(attributeName, uri.ToString())
 {
     comparer = new UriComparer(uri);
 }