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

Insert() public method

Inserts the specified o.
NotImplementedException.
public Insert ( Object o ) : Domain
o Object The o.
return Domain
        public override Domain Insert(Object o)
        {
            throw new NotImplementedException();
        }