Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="UPathAttribute"/> class.
 /// </summary>
 /// <param name="relativeTo">The relative to.</param>
 public UPathAttribute(UPathRelativeTo relativeTo)
 {
     this.relativeTo = relativeTo;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="UPathAttribute"/> class.
 /// </summary>
 /// <param name="relativeTo">The relative to.</param>
 public UPathAttribute(UPathRelativeTo relativeTo)
 {
     this.relativeTo = relativeTo;
 }