StringCollection

Overview

Location

Properties


Item

 

property Item[index: Int32]: String read write;

 

String Item[Int32 index] { get; set; }

 

Property Item(index As Int32) As String

Instance Methods


constructor

 

constructor

 

StringCollection()

 

Sub New()

constructor (ICollection)

 

constructor(c: ICollection)

 

StringCollection(ICollection c)

 

Sub New(c As ICollection)

Parameters:

  • c:

constructor (Int32)

 

constructor(capacity: Int32)

 

StringCollection(Int32 capacity)

 

Sub New(capacity As Int32)

Parameters:

  • capacity: