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

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

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

Syntax

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

Inheritance Hierarchy

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

See Also