Exemple #1
0
 public PurePassiveProperty(PurePassiveProcess <TDomain> purePassiveProcess)
 {
     _purePassiveProcess = purePassiveProcess;
 }
 public static PurePassiveProperty <TDomain> WrapInProperty <TDomain>(this PurePassiveProcess <TDomain> passive)
 {
     return(new PurePassiveProperty <TDomain>(passive));
 }