TypeForwardedToAttribute Constructor
Collapse the table of content
Expand the table of content

TypeForwardedToAttribute Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the TypeForwardedToAttribute class specifying a destination Type.

Namespace:  System.Runtime.CompilerServices
Assembly:  mscorlib (in mscorlib.dll)

public TypeForwardedToAttribute(
	Type destination
)

Parameters

destination
Type: System.Type
The destination Type in another assembly.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft