Item.getCopy C# (CSharp) Method

getCopy() public method

public getCopy ( ) : Item
return Item
    public Item getCopy()
    {
        return (Item)this.MemberwiseClone();
    }