Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:ExternalRefValue"/> class.
 /// </summary>
 /// <param name="path">The path.</param>
 public ExternalRefFieldValue(string path, ExternalRefFieldType type)
 {
     Path  = path;
     _type = type;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="T:ExternalRefValue"/> class.
 /// </summary>
 /// <param name="path">The path.</param>
 public ExternalRefFieldValue(string path, ExternalRefFieldType type)
 {
     Path = path;
     _type = type;
 }