[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for M:SharpSvn.SvnClient.GetChangeList(System.String,System.Collections.ObjectModel.Collection{SharpSvn.SvnListChangeListEventArgs}@)]
Assembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public bool GetChangeList( string rootPath, out Collection<SvnListChangeListEventArgs> list ) |
| Visual Basic (Declaration) |
|---|
Public Function GetChangeList ( _ rootPath As String, _ <OutAttribute> ByRef list As Collection(Of SvnListChangeListEventArgs) _ ) As Boolean |
| Visual C++ |
|---|
public: bool GetChangeList( String^ rootPath, [OutAttribute] Collection<SvnListChangeListEventArgs^>^% list ) |
Parameters
- rootPath
- Type: System..::.String
[Missing <param name="rootPath"/> documentation for "M:SharpSvn.SvnClient.GetChangeList(System.String,System.Collections.ObjectModel.Collection{SharpSvn.SvnListChangeListEventArgs}@)"]
- list
- Type:
System.Collections.ObjectModel..::.Collection<(Of <(SvnListChangeListEventArgs>)>)
%
[Missing <param name="list"/> documentation for "M:SharpSvn.SvnClient.GetChangeList(System.String,System.Collections.ObjectModel.Collection{SharpSvn.SvnListChangeListEventArgs}@)"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.GetChangeList(System.String,System.Collections.ObjectModel.Collection{SharpSvn.SvnListChangeListEventArgs}@)]