Einzelnen Beitrag anzeigen

Dax
(Gast)

n/a Beiträge
 
#2

Re: Array-Properties in C#

  Alt 19. Feb 2009, 16:39
Code:
public Foo this[int idx] { get.. set.. }
Array-Properties können keine Namen haben, und alle Array-Properties sind automatisch default.
  Mit Zitat antworten Zitat