C# Class LibGit2Sharp.RemoteCollection

Show file Open project: tclem/libgit2sharp Class Usage Examples

Public Methods

Method Description
this ( string name ) : Remote

Private Methods

Method Description
RemoteCollection ( Repository repository ) : LibGit2Sharp.Core
RemoteForName ( string name ) : Remote

Method Details

this() public method

public this ( string name ) : Remote
name string
return Remote