struct
|
VersionInfo
|
implements
|
IEquatable<VersionInfo>
|
No version info.
public
static
readonly
field
|
None
|
||
type
|
VersionInfo
|
Creates a new instance of VersionInfo.
public
static
method
|
For
(IVersioned versioned)
|
||
type
|
VersionInfo
|
||
params
|
versioned
|
The
versioned
object
or
null . |
|
returns
|
The version info. |
Checks if the given version info is up-to-date.
public
static
method
|
Check
(IVersioned versioned,
ref VersionInfo info)
|
||
type
|
bool
|
||
params
|
versioned
|
The
versioned
object
or
null . |
|
info
|
The version info to check and update, if necessary. | ||
returns
|
true
if
info
is
up-to-date,
false
if
info
was
outdated
and
has
been
updated.
|
public
method
|
Equals
(VersionInfo other)
|
||
type
|
bool
|
||
params
|
other
|