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;
        }