C# VB.NET: How to make a jagged string array a public property -


What I have to do is:

  Public Property Tabs Collection () Return the string () () () () Return the _tabsCollection End Get Set (ByVal value) () as the string () ()) _tabsCollection = value End Set End Property   

But the errors saying this: the end of the statement is expected.

tabs collection () ()

< /p> _tabsCollection = value end set end property

Comments

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -