[This is preliminary documentation and is subject to change.]
Assembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public bool Merge<TRevisionRange>( string targetPath, SvnTarget source, ICollection<TRevisionRange> mergeRange ) where TRevisionRange : SvnRevisionRange |
| Visual Basic (Declaration) |
|---|
Public Function Merge(Of TRevisionRange As SvnRevisionRange) ( _ targetPath As String, _ source As SvnTarget, _ mergeRange As ICollection(Of TRevisionRange) _ ) As Boolean |
| Visual C++ |
|---|
public: generic<typename TRevisionRange> where TRevisionRange : SvnRevisionRange bool Merge( String^ targetPath, SvnTarget^ source, ICollection<TRevisionRange>^ mergeRange ) |
Parameters
- targetPath
- Type: System..::.String
[Missing <param name="targetPath"/> documentation for "M:SharpSvn.SvnClient.Merge``1(System.String,SharpSvn.SvnTarget,System.Collections.Generic.ICollection{``0})"]
- source
- Type: SharpSvn..::.SvnTarget
[Missing <param name="source"/> documentation for "M:SharpSvn.SvnClient.Merge``1(System.String,SharpSvn.SvnTarget,System.Collections.Generic.ICollection{``0})"]
- mergeRange
- Type: System.Collections.Generic..::.ICollection<(Of <(TRevisionRange>)>)
[Missing <param name="mergeRange"/> documentation for "M:SharpSvn.SvnClient.Merge``1(System.String,SharpSvn.SvnTarget,System.Collections.Generic.ICollection{``0})"]
Type Parameters
- TRevisionRange
[Missing <typeparam name="TRevisionRange"/> documentation for "M:SharpSvn.SvnClient.Merge``1(System.String,SharpSvn.SvnTarget,System.Collections.Generic.ICollection{``0})"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.Merge``1(System.String,SharpSvn.SvnTarget,System.Collections.Generic.ICollection{``0})]