"Using" magic or working with type aliases(vadmyst.blogspot.com)

submitted by VadmystVadmyst(395) 3 years, 6 months ago

Generics in C# allow us specify and construct rather complex types. But the more types we put into generic type the more clumsy it becomes. Learn how one can deal with complex generic types.

2 comments |category: |Views: 251

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by spoulsonspoulson(327) 3 years, 6 months ago 0

This article isn't as much of a solution as it is identifying exactly why it is C# needs C++'s typedef keyword.

Reply

posted by VadmystVadmyst(395) 3 years, 6 months ago 0

Yes, typedef would be very helpful for type aliases. C# can only somewhat simulate their behavior (in a very restricted manner)

Reply

information Login or create an account to comment on this story