protected TypeWithReference(TypeWithReference firstValue, TypeWithReference secondValue) { _firstValue = firstValue; _secondValue = secondValue; }
public static TypeWithReference Create(TypeWithReference firstValue, TypeWithReference secondValue) { return(ObjectFactory.Create <TypeWithReference> (true, ParamList.Create(firstValue, secondValue))); }