CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2009
    Posts
    1

    'Generic' objects in c#

    I'm trying to add a collection to a 'generic' object in c#, but as the object has no visible methods, properties etc, c# thinks that an assembly needs to be loaded. Is there a way around this?

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: 'Generic' objects in c#

    Can you perhaps provide us with the code in question, then we can advise better

  3. #3
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: 'Generic' objects in c#

    There are no generic objects. There are only generic types.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured