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

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

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

Syntax

C#
public bool GetList(
	SvnTarget target,
	out Collection<SvnListEventArgs> list
)
Visual Basic (Declaration)
Public Function GetList ( _
	target As SvnTarget, _
	<OutAttribute> ByRef list As Collection(Of SvnListEventArgs) _
) As Boolean
Visual C++
public:
bool GetList(
	SvnTarget^ target, 
	[OutAttribute] Collection<SvnListEventArgs^>^% list
)

Parameters

target
Type: SharpSvn..::.SvnTarget

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

list
Type: System.Collections.ObjectModel..::.Collection<(Of <(SvnListEventArgs>)>) %

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

Return Value

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

See Also