ValueTuples.Sample.Mage.Mage C# (CSharp) Method

Mage() public method

public Mage ( ) : System
return System
        public Mage() { }
        public Mage(int id, string name, string spell) : base(id, name) { Spell = spell; }

Same methods

Mage::Mage ( int id, string name, string spell ) : System
Mage