Search notes:

System.Runtime.CompilerServices.TypeForwardedToAttribute (class)

Links

Type Forwarding in the Common Language Runtime
Type forwarding allows you to move a type to another assembly without having to recompile applications that use the original assembly.
David Broman: Type Forwarding

Index