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

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

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    SharpSvn.Implementation..::.SvnBase
      SharpSvn.Diff..::.SvnDiff<(Of <(String>)>)
        SharpSvn.Diff..::.SvnFileDiff

See Also