StringCollection
Overview
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
- Platforms: .NET Compact Framework
- Ancestry: ArrayList | StringCollection
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: