﻿<?xml version="1.0" encoding="utf-8"?><Type Name="TypeForwardedToAttribute" FullName="System.Runtime.CompilerServices.TypeForwardedToAttribute"><TypeSignature Language="C#" Value="public sealed class TypeForwardedToAttribute : Attribute" /><TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit TypeForwardedToAttribute extends System.Attribute" /><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Attribute</BaseTypeName></Base><Interfaces /><Attributes><Attribute><AttributeName>System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)</AttributeName></Attribute></Attributes><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="T:System.Runtime.CompilerServices.TypeForwardedToAttribute" /> attribute to move a type from one assembly to another without disrupting callers that compiled against the old assembly.</para><para>Note   vbprvbext does not support the use of the <see cref="T:System.Runtime.CompilerServices.TypeForwardedToAttribute" /> attribute to forward types written in vbprvblong. Applications written in vbprvblong can use forwarded types written in other languages.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies a destination <see cref="T:System.Type" /> in another assembly. </para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public TypeForwardedToAttribute (Type destination);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Type destination) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="destination" Type="System.Type" /></Parameters><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.TypeForwardedToAttribute" /> class specifying a destination <see cref="T:System.Type" />. </para></summary><param name="destination"><attribution license="cc4" from="Microsoft" modified="false" />The destination <see cref="T:System.Type" /> in another assembly.</param></Docs></Member><Member MemberName="Destination"><MemberSignature Language="C#" Value="public Type Destination { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Type Destination" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Type</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the destination <see cref="T:System.Type" /> in another assembly.</para></summary></Docs></Member></Members></Type>