SharpCvsLib

Manager.Add Method (ICvsFile)

Add the contents of the cvs file object to the respective file.

[Visual Basic]
Overloads Public Sub Add( _
   ByVal newCvsEntry As ICvsFile _
)
[C#]
public void Add(
   ICvsFile newCvsEntry
);

Parameters

newCvsEntry
Missing <param> documentation for newCvsEntry

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | Manager.Add Overload List