Volante.Impl.ClassDescriptor.isVolanteInternalType C# (CSharp) Метод

isVolanteInternalType() статический приватный Метод

static private isVolanteInternalType ( Type t ) : bool
t System.Type
Результат bool
        static bool isVolanteInternalType(Type t)
        {
            return t.Namespace == typeof(IPersistent).Namespace
                && t != typeof(IPersistent) && t != typeof(PersistentContext) && t != typeof(Persistent);
        }