Queem.Core.History.DeltaChange.GetCopy C# (CSharp) Method

GetCopy() public method

public GetCopy ( ) : DeltaChange
return DeltaChange
        public DeltaChange GetCopy()
        {
            return new DeltaChange(this);
        }