Welcome to mirror list, hosted at ThFree Co, Russian Federation.

DynamicDependencyFromAttributeXmlOnNonReferencedAssemblyLibrary.cs « Dependencies « DynamicDependencies « Mono.Linker.Tests.Cases « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72b7a9d816e386ef09b63a9d66284813f249c5fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

namespace Mono.Linker.Tests.Cases.DynamicDependencies.Dependencies
{
#if METHOD
	public class DynamicDependencyFromAttributeXmlOnNonReferencedAssemblyLibrary_Method
#else
	public class DynamicDependencyFromAttributeXmlOnNonReferencedAssemblyLibrary_Field
#endif
	{
		public static void Method ()
		{
		}
	}
}