System.Reflection.Tests.AssemblyNameProxyTests.ReferenceMatchesDefinition_TestData C# (CSharp) Method

ReferenceMatchesDefinition_TestData() public static method

public static ReferenceMatchesDefinition_TestData ( ) : IEnumerable
return IEnumerable
        public static IEnumerable<object[]> ReferenceMatchesDefinition_TestData()
        {
            yield return new object[] { new AssemblyName(typeof(AssemblyNameProxy).GetTypeInfo().Assembly.FullName), new AssemblyName("System.Runtime.Extensions"), true };   
        }