SharpCvsLib

Entries.Add Method 

Add a new entry to the entry collection.

[Visual Basic]
Public Sub Add( _
   ByVal path As String, _
   ByVal entry As Entry _
)
[C#]
public void Add(
   string path,
   Entry entry
);

Parameters

path
The path of the file the entry represents on the filesystem.
entry
The entry object to add to the collection.

See Also

Entries Class | ICSharpCode.SharpCvsLib.FileSystem Namespace