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

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

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

Syntax

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

Inheritance Hierarchy

See Also