コード例 #1
0
ファイル: BugChangeList.cs プロジェクト: radtek/cellbank
 public PSBugChangeList(Int32 bugId, PSUpdateAction action = PSUpdateAction.Update)
 {
     BugId      = bugId;
     Action     = action;
     BugChanges = new Dictionary <string, object>(StringComparer.OrdinalIgnoreCase);
 }
コード例 #2
0
ファイル: BugChangeList.cs プロジェクト: cpm2710/cellbank
 public PSBugChangeList(Int32 bugId, PSUpdateAction action = PSUpdateAction.Update)
 {
     BugId = bugId;
     Action = action;
     BugChanges = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase);
 }