Catel.Test.Reflection.ReflectionExtensionsFacts.TheGetSafeFullNameMethod.ReturnsFullName C# (CSharp) Метод

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

private ReturnsFullName ( Type type, bool includeAssembly, string expected ) : void
type System.Type
includeAssembly bool
expected string
Результат void
            public void ReturnsFullName(Type type, bool includeAssembly, string expected)
            {
                
            }
        }
ReflectionExtensionsFacts.TheGetSafeFullNameMethod