[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for M:SharpSvn.SvnClient.GetInfo(SharpSvn.SvnTarget,SharpSvn.SvnInfoArgs,System.Collections.ObjectModel.Collection{SharpSvn.SvnInfoEventArgs}@)]

Namespace:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
public bool GetInfo(
	SvnTarget target,
	SvnInfoArgs args,
	out Collection<SvnInfoEventArgs> info
)
Visual Basic (Declaration)
Public Function GetInfo ( _
	target As SvnTarget, _
	args As SvnInfoArgs, _
	<OutAttribute> ByRef info As Collection(Of SvnInfoEventArgs) _
) As Boolean
Visual C++
public:
bool GetInfo(
	SvnTarget^ target, 
	SvnInfoArgs^ args, 
	[OutAttribute] Collection<SvnInfoEventArgs^>^% info
)

Parameters

target
Type: SharpSvn..::.SvnTarget

[Missing <param name="target"/> documentation for "M:SharpSvn.SvnClient.GetInfo(SharpSvn.SvnTarget,SharpSvn.SvnInfoArgs,System.Collections.ObjectModel.Collection{SharpSvn.SvnInfoEventArgs}@)"]

args
Type: SharpSvn..::.SvnInfoArgs

[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.GetInfo(SharpSvn.SvnTarget,SharpSvn.SvnInfoArgs,System.Collections.ObjectModel.Collection{SharpSvn.SvnInfoEventArgs}@)"]

info
Type: System.Collections.ObjectModel..::.Collection<(Of <(SvnInfoEventArgs>)>) %

[Missing <param name="info"/> documentation for "M:SharpSvn.SvnClient.GetInfo(SharpSvn.SvnTarget,SharpSvn.SvnInfoArgs,System.Collections.ObjectModel.Collection{SharpSvn.SvnInfoEventArgs}@)"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnClient.GetInfo(SharpSvn.SvnTarget,SharpSvn.SvnInfoArgs,System.Collections.ObjectModel.Collection{SharpSvn.SvnInfoEventArgs}@)]

See Also