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

Base class of all SvnClient arguments which allow handling conflicts

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

Syntax

C#
public abstract class SvnClientArgsWithConflict : SvnClientArgs
Visual Basic (Declaration)
Public MustInherit Class SvnClientArgsWithConflict _
	Inherits SvnClientArgs
Visual C++
public ref class SvnClientArgsWithConflict abstract : public SvnClientArgs

Inheritance Hierarchy

System..::.Object
  SharpSvn..::.SvnClientArgs
    SharpSvn..::.SvnClientArgsWithConflict
      SharpSvn..::.SvnMergeBaseArgs
      SharpSvn..::.SvnSwitchArgs
      SharpSvn..::.SvnUpdateArgs

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also