Type Forwarding enables client applications to refer to a library at compile time for a type that is later moved to another library.
Example:
using System.Runtime.CompilerServices;
[assembly:TypeForwardedTo(typeof(DestinationLib.TheType))]
Sunday, October 21, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment