[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for T:SharpSvn.SvnTargetPropertyCollection]
Assembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public sealed class SvnTargetPropertyCollection : KeyedCollection<SvnTarget, SvnPropertyValue> |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class SvnTargetPropertyCollection _ Inherits KeyedCollection(Of SvnTarget, SvnPropertyValue) |
| Visual C++ |
|---|
public ref class SvnTargetPropertyCollection sealed : public KeyedCollection<SvnTarget^, SvnPropertyValue^> |
Inheritance Hierarchy
System..::.Object
System.Collections.ObjectModel..::.Collection<(Of <(SvnPropertyValue>)>)
System.Collections.ObjectModel..::.KeyedCollection<(Of <(SvnTarget, SvnPropertyValue>)>)
SharpSvn..::.SvnTargetPropertyCollection
System.Collections.ObjectModel..::.Collection<(Of <(SvnPropertyValue>)>)
System.Collections.ObjectModel..::.KeyedCollection<(Of <(SvnTarget, SvnPropertyValue>)>)
SharpSvn..::.SvnTargetPropertyCollection