Sep.Git.Tfs.Util.GitTfsCommandFactory.GetCommand C# (CSharp) Méthode

GetCommand() public méthode

public GetCommand ( string name ) : GitTfsCommand
name string
Résultat GitTfsCommand
        public GitTfsCommand GetCommand(string name)
        {
            return _container.TryGetInstance<GitTfsCommand>(GetCommandName(name));
        }