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