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

[Missing <summary> documentation for T:SharpSvn.SvnMergeItemCollection]

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

Syntax

C#
public sealed class SvnMergeItemCollection : KeyedCollection<Uri, SvnMergeItem>
Visual Basic (Declaration)
Public NotInheritable Class SvnMergeItemCollection _
	Inherits KeyedCollection(Of Uri, SvnMergeItem)
Visual C++
public ref class SvnMergeItemCollection sealed : public KeyedCollection<Uri^, SvnMergeItem^>

Inheritance Hierarchy

See Also