Search:

Type: Posts; User: CodeProphet

Search: Search took 0.09 seconds.

  1. Re: Exposing lists as class properties / attributes

    Not sure but this may well be the case. Simply referencing a variable from within a class as a public entity is definitely frowned upon, but achieves the same result from a functional perspective.
    ...
  2. Re: Exposing lists as class properties / attributes

    That's what I thought! :o

    In VB.NET a collection object is a reference type; the object is never physically moved or copied. All you pass around when dealing with collections is a pointer to that...
  3. Re: Exposing lists as class properties / attributes

    Hi Kevin and thanks for the response.

    I'm don't think I quite understand your response, but are you saying that the list should just be declared and publicly accessible without a 'getter' and...
  4. Exposing lists as class properties / attributes

    Hi folks.

    Hopefully I won't mess up on my first post but here goes.

    I'm currently in the process of migrating my VB / VB.NET knowledge of 12 years to Java, using Netbeans as my chosen IDE....
Results 1 to 4 of 4