Skip to content

Commit

Permalink
Adding missing typeforward for Lazy<T,TMetadata> to System.ComponentM…
Browse files Browse the repository at this point in the history
…odel.Composition

Fixes #27299
  • Loading branch information
maryamariyan committed Feb 21, 2018
1 parent ff123e8 commit 54b46bd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Changes to this file must follow the http://aka.ms/api-review process.
// ------------------------------------------------------------------------------

[assembly: System.Runtime.CompilerServices.TypeForwardedTo(destination: typeof(System.Lazy<,>))]

namespace System.ComponentModel.Composition
{
public static partial class AdaptationConstants
Expand Down

0 comments on commit 54b46bd

Please sign in to comment.