public ImmutableWithConceptProperty(IntConcept intProperty, StringConcept stringProperty)
 {
     IntProperty    = intProperty;
     StringProperty = stringProperty;
 }
예제 #2
0
 public void IntConceptInputNoOutput(IntConcept input)
 {
     IntConceptInputNoOutputCalled = true;
     IntConceptInputNoOutputInput = input;
 }