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

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

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

Syntax

C#
public sealed class SvnCommitItemCollection : KeyedCollection<string, SvnCommitItem>
Visual Basic (Declaration)
Public NotInheritable Class SvnCommitItemCollection _
	Inherits KeyedCollection(Of String, SvnCommitItem)
Visual C++
public ref class SvnCommitItemCollection sealed : public KeyedCollection<String^, SvnCommitItem^>

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(SvnCommitItem>)>)
    System.Collections.ObjectModel..::.KeyedCollection<(Of <(String, SvnCommitItem>)>)
      SharpSvn.Implementation..::.SvnCommitItemCollection

See Also