Spring.AopSerializationTests.GetTypesToTest C# (CSharp) Метод

GetTypesToTest() защищенный Метод

protected GetTypesToTest ( ) : ICollection
Результат ICollection
        protected virtual ICollection GetTypesToTest()
        {
            return GetAssemblyToTest().GetTypes();
            //            return new Type[] { typeof(DynamicMethodMatcherPointcutAdvisor) };
        }