SharpCvsLib

StickyRequest Constructor 

Constructor

[Visual Basic]
Public Sub New( _
   ByVal tag As String _
)
[C#]
public StickyRequest(
   string tag
);

Parameters

tag
The sticky tag associated with the most recent file.

See Also

StickyRequest Class | ICSharpCode.SharpCvsLib.Requests Namespace