DependsOnTGetCommonInputIdsD Method
Get Common Input IDs
Namespace: Metas.UncLib.Core.UncAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
protected static int[] GetCommonInputIds<D>(
D[][] array_of_dependencies
)
where D : new(), DependsOn<T>
Protected Shared Function GetCommonInputIds(Of D As {New, DependsOn(Of T)}) (
array_of_dependencies As D()()
) As Integer()
protected:
generic<typename D>
where D : gcnew(), DependsOn<T>
static array<int>^ GetCommonInputIds(
array<array<D>^>^ array_of_dependencies
)
static member GetCommonInputIds :
array_of_dependencies : 'D[][] -> int[] when 'D : new() and DependsOn<'T>
- array_of_dependencies D
- Array if Dependencies
- D
Int32