Can anyone provide a real life senario where Type Forward is use?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The BCL libraries commonly use the
TypeForwardedToattribute when different versions of the framework move a type between assemblies. For example, theFunc<>style delegates were moved from System.Core in the 3.5 framework to mscorlib in the 4.0 framework.You can view real world uses of this by opening System.Core.dll from 4.0 in ildasm, double clicking on the Manifest node and looking for all of the lines similar to the following