MCloud.Linode.LinodeDriver.LinodeDriver C# (CSharp) Méthode

LinodeDriver() public méthode

public LinodeDriver ( string key ) : System
key string
Résultat System
        public LinodeDriver(string key)
            : base(key, null)
        {
            API = new LinodeAPI (this);
        }