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>());
            }