[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for T:SharpSvn.SvnPropertyCollection]
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
System..::.Object
System.Collections.ObjectModel..::.Collection<(Of <(SvnPropertyValue>)>)
System.Collections.ObjectModel..::.KeyedCollection<(Of <(String, SvnPropertyValue>)>)
SharpSvn..::.SvnPropertyCollection
System.Collections.ObjectModel..::.Collection<(Of <(SvnPropertyValue>)>)
System.Collections.ObjectModel..::.KeyedCollection<(Of <(String, SvnPropertyValue>)>)
SharpSvn..::.SvnPropertyCollection