| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property CustomAttributes As ListCollection | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ListCollection CustomAttributes {get;} | |
| C++/CLI | |
|---|---|
public: property ListCollection^ CustomAttributes { ListCollection^ get(); } | |