SharpCvsLib

Root Constructor 

Create a new instance of the cvs object.

[Visual Basic]
Public Sub New( _
   ByVal fullPath As String, _
   ByVal fileContents As String _
)
[C#]
public Root(
   string fullPath,
   string fileContents
);

Parameters

fullPath
The full path to the object being managed.
fileContents
The contents of the cvs management file.

See Also

Root Class | ICSharpCode.SharpCvsLib.FileSystem Namespace