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

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

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

Syntax

C#
public class SvnChangeListCollection : Collection<string>
Visual Basic (Declaration)
Public Class SvnChangeListCollection _
	Inherits Collection(Of String)
Visual C++
public ref class SvnChangeListCollection : public Collection<String^>

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(String>)>)
    SharpSvn..::.SvnChangeListCollection

See Also