Catel.Test.Reflection.ReflectionExtensionsFacts.TheImplementsInterfaceExMethod.ReturnsTrueForTypeDirectImplementingInterface C# (CSharp) Метод

ReturnsTrueForTypeDirectImplementingInterface() приватный Метод

private ReturnsTrueForTypeDirectImplementingInterface ( ) : void
Результат void
            public void ReturnsTrueForTypeDirectImplementingInterface()
            {
                var type = typeof(A);

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