WeaverUtilities.

IsDependantOn<T>(IDependant<T>, T) Method

Summary

Returns true if [on] is a dependancy of [dependant].
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

public static bool IsDependantOn<T>(this IDependant<T> dependant, T on)

Type Parameters

Name Description
T

Parameters

Name Type Description
dependant IDependant<T>
on T

Return Value

Type Description
bool