mscorlib(4.0.0.0) API with additions
UriKind.cs
1 namespace System
2 {
4  [global::__DynamicallyInvokable]
5  public enum UriKind
6  {
8  [global::__DynamicallyInvokable]
11  [global::__DynamicallyInvokable]
12  Absolute,
14  [global::__DynamicallyInvokable]
15  Relative
16  }
17 }
UriKind
Defines the kinds of T:System.Uris for the M:System.Uri.IsWellFormedUriString(System....
Definition: UriKind.cs:5
Definition: __Canon.cs:3
The Uri is a relative Uri.
The Uri is an absolute Uri.
The kind of the Uri is indeterminate.