Binder.Binder C# (CSharp) Method

Binder() public method

public Binder ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic
    public Binder(string name)
    {
        filename = name;
        myCards = new List<Card> ();
        weight = 1;
    }