File: System\Reflection\Context\Projection\IProjectable.cs | Web Access |
Project: src\src\libraries\System.Reflection.Context\src\System.Reflection.Context.csproj (System.Reflection.Context) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Reflection.Context.Projection { internal interface IProjectable { Projector Projector { get; } } } |