Revision Constructor (Int32)
|
A revision specifier that is a single revision.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntaxpublic Revision(
int rev
)
Public Sub New (
rev As Integer
)
public:
Revision(
int rev
)
new :
rev : int -> RevisionParameters
- rev
- Type: SystemInt32
See Also