DigitalOcean.API.Clients.TagsClient.TagsClient C# (CSharp) Метод

TagsClient() публичный Метод

public TagsClient ( IConnection connection ) : System.Collections.Generic
connection IConnection
Результат System.Collections.Generic
        public TagsClient(IConnection connection) {
            _connection = connection;
        }