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

Lazy.cs « System « System.Core « referencesource « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6e5fbd03e160d5aa6b56da41b6430cbf567f91c (plain)
1
2
3
4
5
6
7
8
9
10
11
// ==++==
// 
//   Copyright (c) Microsoft Corporation.  All rights reserved.
// 
// ==--==

// These have never existed in System.Core in any desktop CLR release.  However, in Silverlight 4 they
// were defined in System.Core (see file://../../core.small/system/Lazy.cs).  To preserve binary compatibility,
// we need these forwarders.
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Lazy<>))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.LazyThreadSafetyMode))]