Esempio n. 1
0
 public ImmutableList <Inverse> ComputeInverses()
 {
     return(Inverter.InvertSpecification(this).ToImmutableList());
 }