Cream.AllenTemporal.AllenDomain.Difference C# (CSharp) Method

Difference() public method

Differences the specified d.
NotImplementedException.
public Difference ( Domain d ) : Domain
d Domain The d.
return Domain
        public override Domain Difference(Domain d)
        {
            throw new NotImplementedException();
        }