internal FeaturePreReleaseLabel(PreReleaseLabelParticle branchLabel, PreReleaseLabelParticle featureBranchLabel) : base(branchLabel)
 {
     FeatureBranchLabel = featureBranchLabel;
 }
示例#2
0
 internal PreReleaseLabel(PreReleaseLabelParticle branchLabel)
 {
     BranchLabel = branchLabel;
 }