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

[Missing <summary> documentation for T:SharpSvn.Diff.SvnDiff`1]

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

Syntax

C#
public class SvnDiff<TToken> : SvnBase, 
	IDisposable
where TToken : class
Visual Basic (Declaration)
Public Class SvnDiff(Of TToken As Class) _
	Inherits SvnBase _
	Implements IDisposable
Visual C++
generic<typename TToken>
where TToken : ref class
public ref class SvnDiff : public SvnBase, 
	IDisposable

Type Parameters

TToken

[Missing <typeparam name="TToken"/> documentation for "T:SharpSvn.Diff.SvnDiff`1"]

Inheritance Hierarchy

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

See Also