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