Prototype.ConcretePrototype1.ConcretePrototype1 C# (CSharp) Méthode

ConcretePrototype1() public méthode

public ConcretePrototype1 ( string id ) : System
id string
Résultat System
        public ConcretePrototype1(string id)
            : base(id)
        {
        }
ConcretePrototype1