| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Item As T | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public T Item {get;} | |
| C++/CLI | |
|---|---|
public:
property T Item {
T get();
} | |
Return Value
The object that has been added or removed.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family