[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for P:SharpSvn.SvnLoggingEventArgs.ChangedPaths]
Assembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public SvnChangeItemCollection ChangedPaths { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ChangedPaths As SvnChangeItemCollection |
| Visual C++ |
|---|
public: property SvnChangeItemCollection^ ChangedPaths { SvnChangeItemCollection^ get (); } |