Sep.Git.Tfs.Util.GitTfsCommandFactory.GetCommand C# (CSharp) Method

GetCommand() public method

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