Exemplo n.º 1
0
        public void InboundPermeableTo <M, T>()
            where M : IMembrane, new()
            where T : ISemanticType
        {
            Membrane m = (Membrane)RegisterMembrane <M>();

            m.InboundPermeableTo <T>();
        }