DependencyVersionFromArray Method
Namespace: SMath.Extensibility.SetupAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public static DependencyVersion FromArray(
params int[] partValues
)
Public Shared Function FromArray (
ParamArray partValues As Integer()
) As DependencyVersion
public:
static DependencyVersion^ FromArray(
... array<int>^ partValues
)
static member FromArray :
partValues : int[] -> DependencyVersion
- partValues Int32
-
Values of the parts.
The length of partValues must be 1, 2, 3, or 4; this number may be greater than the number of existing parts,
but in that case the array values must be Empty starting from the first missing part.
DependencyVersionThe constructed instance.