FacetRepository.IsRootFacet(Type, Type) Method

Definition

Signals whether given facet is a root facet for given Root

public static bool IsRootFacet (Type rootType, Type facet);
static member IsRootFacet : Type * Type -> bool
Public Shared Function IsRootFacet (rootType As Type, facet As Type) As Boolean

Parameters

rootType
Type
facet
Type

Returns

Applies to