Пример #1
0
 public PathPart(PathPartType pathPartType, string value)
 {
     PartType = pathPartType;
     Value    = value;
 }
Пример #2
0
 public PathPart(PathPartType pathPartType, string value)
 {
     PartType = pathPartType;
     Value = value;
 }