GitSharp.FetchCommand.FetchCommand C# (CSharp) Method

FetchCommand() public method

public FetchCommand ( ) : System.Collections.Generic
return System.Collections.Generic
        public FetchCommand()
        {
            Remote = "origin";
            ProgressMonitor = NullProgressMonitor.Instance;
        }