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

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

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

Syntax

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

Inheritance Hierarchy

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

See Also