DependsOnTGetCommonInputIdsD Method

Get Common Input IDs

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
protected static int[] GetCommonInputIds<D>(
	D[][] array_of_dependencies
)
where D : new(), DependsOn<T>

Parameters

array_of_dependencies  D
Array if Dependencies

Type Parameters

D

Return Value

Int32

See Also