SharpCvsLib

Tag Constructor 

Create a new instance of the cvs object.

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

Parameters

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

See Also

Tag Class | ICSharpCode.SharpCvsLib.FileSystem Namespace