コード例 #1
0
 public PathPart(PathPartType pathPartType, string value)
 {
     PartType = pathPartType;
     Value    = value;
 }
コード例 #2
0
ファイル: PathPart.cs プロジェクト: tomkuijsten/restup
 public PathPart(PathPartType pathPartType, string value)
 {
     PartType = pathPartType;
     Value = value;
 }