예제 #1
0
        bool IModelInspector.IsDeclaredEntity(System.Type type)
        {
            bool declaredResult = declaredModel.IsDeclaredEntity(type);

            return(isEntity(type, declaredResult));
        }