MementoPattern.Memento.Memento C# (CSharp) Method

Memento() public method

public Memento ( string article ) : System.Collections
article string
return System.Collections
        public Memento(string article)
        {
            this.article = article;
        }
Memento