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

Initializes a new instance of the SvnClientContext class

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

Syntax

C#
public SvnClientContext(
	SvnClientContext fromContext
)
Visual Basic (Declaration)
Public Sub New ( _
	fromContext As SvnClientContext _
)
Visual C++
public:
SvnClientContext(
	SvnClientContext^ fromContext
)

Parameters

fromContext
Type: SharpSvn..::.SvnClientContext

[Missing <param name="fromContext"/> documentation for "M:SharpSvn.SvnClientContext.#ctor(SharpSvn.SvnClientContext)"]

See Also