public static int[] GetInternalIds(
InputId[] ids
)
Public Shared Function GetInternalIds (
ids As InputId()
) As Integer()
public:
static array<int>^ GetInternalIds(
array<InputId>^ ids
)
static member GetInternalIds :
ids : InputId[] -> int[]