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

Cup() public method

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