DependsOnTGetCommonInputsD Method
Get Common Inputs
Namespace: Metas.UncLib.Core.UncAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static D[] GetCommonInputs<D>(
D[] sys1,
D[] sys2
)
where D : new(), DependsOn<T>
Public Shared Function GetCommonInputs(Of D As {New, DependsOn(Of T)}) (
sys1 As D(),
sys2 As D()
) As D()
public:
generic<typename D>
where D : gcnew(), DependsOn<T>
static array<D>^ GetCommonInputs(
array<D>^ sys1,
array<D>^ sys2
)
static member GetCommonInputs :
sys1 : 'D[] *
sys2 : 'D[] -> 'D[] when 'D : new() and DependsOn<'T>
- sys1 D
- Dependencies 1
- sys2 D
- Dependencies 2
- D
D