![]() |
Array-Properties in C#
Hi,
Gibt es sowas wie:
Delphi-Quellcode:
in C#? Wenn ja, wie ist die Syntax davon?
property Items[Index: Integer]: TItem read GetItem write SetItem;
Gruß Neutral General |
Re: Array-Properties in C#
Code:
Array-Properties können keine Namen haben, und alle Array-Properties sind automatisch default.
public Foo this[int idx] { get.. set.. }
|
Re: Array-Properties in C#
Hi Dax,
Danke, so gehts :) |
Re: Array-Properties in C#
man kann also in C nur ein Array-Property (mit diesen Parametern) anlegen?
|
Re: Array-Properties in C#
Du kannst in C# beliebig viele Array-Properties anlegen, solange sie alle unterschiedliche Parametersignaturen haben.
|
Re: Array-Properties in C#
OK, aber nicht (so wie in Delphi :mrgreen: ) mehrere mit der selben Parameter-Signatur :angel2:
|
Re: Array-Properties in C#
Das ist ja klar, wenn die Properties keine Namen haben. Allerdings kannst du dir sehr schnell benannte Arrayproperties bauen.
|
Re: Array-Properties in C#
meinst du z.B. über Subklassen?
|
Re: Array-Properties in C#
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:37 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz