Beispiel #1
0
 public PathPart(PathPartType pathPartType, string value)
 {
     PartType = pathPartType;
     Value    = value;
 }
Beispiel #2
0
 public PathPart(PathPartType pathPartType, string value)
 {
     PartType = pathPartType;
     Value = value;
 }