Catel.Test.Reflection.ReflectionExtensionsFacts.TheImplementsInterfaceExMethod.ReturnsTrueForTypeDirectImplementingInterface C# (CSharp) Méthode

ReturnsTrueForTypeDirectImplementingInterface() private méthode

private ReturnsTrueForTypeDirectImplementingInterface ( ) : void
Résultat void
            public void ReturnsTrueForTypeDirectImplementingInterface()
            {
                var type = typeof(A);

                Assert.IsTrue(type.ImplementsInterfaceEx<ISomeInterface>());
            }