NameValueCollection

Overview

Location

  • Reference:
    • RemObjects.InternetPack.fx  Island
    • libRemObjects.InternetPack.fx  Toffee
  • Namespace: RemObjects.InternetPack
  • Platforms: Island, Toffee

 

constructor

 

constructor

 

NameValueCollection()

 

init()

 

Sub New()

constructor (Int32)

 

constructor(capacity: Int32)

 

NameValueCollection(Int32 capacity)

 

init(_ capacity: Int32)

 

Sub New(capacity As Int32)

Parameters:

  • capacity:

constructor (Int32, NameValueCollection)

 

constructor(capacity: Int32; col: NameValueCollection)

 

NameValueCollection(Int32 capacity, NameValueCollection col)

 

init(_ capacity: Int32, _ col: NameValueCollection)

 

Sub New(capacity As Int32, col As NameValueCollection)

Parameters:

  • capacity:
  • col:

constructor (NameValueCollection)

 

constructor(col: NameValueCollection)

 

NameValueCollection(NameValueCollection col)

 

init(_ col: NameValueCollection)

 

Sub New(col As NameValueCollection)

Parameters:

  • col:

Add (NameValueCollection)  virtual

 

method Add(c: NameValueCollection)

 

void Add(NameValueCollection c)

 

func Add(_ c: NameValueCollection)

 

Sub Add(c As NameValueCollection)

Parameters:

  • c:

Add (String, String)  virtual

 

method Add(name: String; value: String)

 

void Add(String name, String value)

 

func Add(_ name: String, _ value: String)

 

Sub Add(name As String, value As String)

Parameters:

  • name:
  • value:

AllKeys  virtual

 

property AllKeys: array of String read write;

 

String[] AllKeys { get; set; }

 

var AllKeys: String... { get{} set{} }

 

Property AllKeys() As String()

Clear  virtual

 

method Clear

 

void Clear()

 

func Clear()

 

Sub Clear()

CopyTo  virtual

 

method CopyTo(dest: Array; index: Int32)

 

void CopyTo(Array dest, Int32 index)

 

func CopyTo(_ dest: Array, _ index: Int32)

 

Sub CopyTo(dest As Array, index As Int32)

Parameters:

  • dest:
  • index:

Get (Int32): String  virtual

 

method Get(index: Int32): String

 

String Get(Int32 index)

 

func Get(_ index: Int32) -> String

 

Function Get(index As Int32) As String

Parameters:

  • index:

Get (String): String  virtual

 

method Get(name: String): String

 

String Get(String name)

 

func Get(_ name: String) -> String

 

Function Get(name As String) As String

Parameters:

  • name:

GetKey  virtual

 

method GetKey(index: Int32): String

 

String GetKey(Int32 index)

 

func GetKey(_ index: Int32) -> String

 

Function GetKey(index As Int32) As String

Parameters:

  • index:

GetKeys  protected virtual

 

method GetKeys: IEnumerable<String>

 

IEnumerable<String> GetKeys()

 

func GetKeys() -> INSFastEnumeration<String>

 

Function GetKeys() As IEnumerable<String>

GetValues (Int32): array of String  virtual

 

method GetValues(index: Int32): array of String

 

String[] GetValues(Int32 index)

 

func GetValues(_ index: Int32) -> String...

 

Function GetValues(index As Int32) As String()

Parameters:

  • index:

GetValues (String): array of String  virtual

 

method GetValues(name: String): array of String

 

String[] GetValues(String name)

 

func GetValues(_ name: String) -> String...

 

Function GetValues(name As String) As String()

Parameters:

  • name:

HasKeys  virtual

 

method HasKeys: Boolean

 

Boolean HasKeys()

 

func HasKeys() -> Boolean

 

Function HasKeys() As Boolean

InvalidateCachedArrays  protected virtual

 

method InvalidateCachedArrays

 

void InvalidateCachedArrays()

 

func InvalidateCachedArrays()

 

Sub InvalidateCachedArrays()

Item  virtual

 

property Item[name: String]: String read write;

 

String Item[String name] { get; set; }

 

subscript Item(_ name: String) -> String { get{} set{} }

 

Property Item(name As String) As String

Keys  virtual

 

property Keys: IEnumerable<String> read;

 

IEnumerable<String> Keys { get; }

 

// Island
var Keys: IEnumerable<String> { get{} }
// Toffee
var Keys: INSFastEnumeration<String> { get{} }

 

ReadOnly Property Keys() As IEnumerable<String>

Remove  virtual

 

method Remove(name: String)

 

void Remove(String name)

 

func Remove(_ name: String)

 

Sub Remove(name As String)

Parameters:

  • name:

Set  virtual

 

method Set(name: String; value: String)

 

void Set(String name, String value)

 

func Set(_ name: String, _ value: String)

 

Sub Set(name As String, value As String)

Parameters:

  • name:
  • value:

 

AllKeys  virtual

 

property AllKeys: array of String read write;

 

String[] AllKeys { get; set; }

 

var AllKeys: String... { get{} set{} }

 

Property AllKeys() As String()

Item  virtual

 

property Item[name: String]: String read write;

 

String Item[String name] { get; set; }

 

subscript Item(_ name: String) -> String { get{} set{} }

 

Property Item(name As String) As String

Keys  virtual

 

property Keys: IEnumerable<String> read;

 

IEnumerable<String> Keys { get; }

 

// Island
var Keys: IEnumerable<String> { get{} }
// Toffee
var Keys: INSFastEnumeration<String> { get{} }

 

ReadOnly Property Keys() As IEnumerable<String>

 

constructor

 

constructor

 

NameValueCollection()

 

init()

 

Sub New()

constructor (Int32)

 

constructor(capacity: Int32)

 

NameValueCollection(Int32 capacity)

 

init(_ capacity: Int32)

 

Sub New(capacity As Int32)

Parameters:

  • capacity:

constructor (Int32, NameValueCollection)

 

constructor(capacity: Int32; col: NameValueCollection)

 

NameValueCollection(Int32 capacity, NameValueCollection col)

 

init(_ capacity: Int32, _ col: NameValueCollection)

 

Sub New(capacity As Int32, col As NameValueCollection)

Parameters:

  • capacity:
  • col:

constructor (NameValueCollection)

 

constructor(col: NameValueCollection)

 

NameValueCollection(NameValueCollection col)

 

init(_ col: NameValueCollection)

 

Sub New(col As NameValueCollection)

Parameters:

  • col:

Add (NameValueCollection)  virtual

 

method Add(c: NameValueCollection)

 

void Add(NameValueCollection c)

 

func Add(_ c: NameValueCollection)

 

Sub Add(c As NameValueCollection)

Parameters:

  • c:

Add (String, String)  virtual

 

method Add(name: String; value: String)

 

void Add(String name, String value)

 

func Add(_ name: String, _ value: String)

 

Sub Add(name As String, value As String)

Parameters:

  • name:
  • value:

Clear  virtual

 

method Clear

 

void Clear()

 

func Clear()

 

Sub Clear()

CopyTo  virtual

 

method CopyTo(dest: Array; index: Int32)

 

void CopyTo(Array dest, Int32 index)

 

func CopyTo(_ dest: Array, _ index: Int32)

 

Sub CopyTo(dest As Array, index As Int32)

Parameters:

  • dest:
  • index:

Get (Int32): String  virtual

 

method Get(index: Int32): String

 

String Get(Int32 index)

 

func Get(_ index: Int32) -> String

 

Function Get(index As Int32) As String

Parameters:

  • index:

Get (String): String  virtual

 

method Get(name: String): String

 

String Get(String name)

 

func Get(_ name: String) -> String

 

Function Get(name As String) As String

Parameters:

  • name:

GetKey  virtual

 

method GetKey(index: Int32): String

 

String GetKey(Int32 index)

 

func GetKey(_ index: Int32) -> String

 

Function GetKey(index As Int32) As String

Parameters:

  • index:

GetKeys  protected virtual

 

method GetKeys: IEnumerable<String>

 

IEnumerable<String> GetKeys()

 

func GetKeys() -> INSFastEnumeration<String>

 

Function GetKeys() As IEnumerable<String>

GetValues (Int32): array of String  virtual

 

method GetValues(index: Int32): array of String

 

String[] GetValues(Int32 index)

 

func GetValues(_ index: Int32) -> String...

 

Function GetValues(index As Int32) As String()

Parameters:

  • index:

GetValues (String): array of String  virtual

 

method GetValues(name: String): array of String

 

String[] GetValues(String name)

 

func GetValues(_ name: String) -> String...

 

Function GetValues(name As String) As String()

Parameters:

  • name:

HasKeys  virtual

 

method HasKeys: Boolean

 

Boolean HasKeys()

 

func HasKeys() -> Boolean

 

Function HasKeys() As Boolean

InvalidateCachedArrays  protected virtual

 

method InvalidateCachedArrays

 

void InvalidateCachedArrays()

 

func InvalidateCachedArrays()

 

Sub InvalidateCachedArrays()

Remove  virtual

 

method Remove(name: String)

 

void Remove(String name)

 

func Remove(_ name: String)

 

Sub Remove(name As String)

Parameters:

  • name:

Set  virtual

 

method Set(name: String; value: String)

 

void Set(String name, String value)

 

func Set(_ name: String, _ value: String)

 

Sub Set(name As String, value As String)

Parameters:

  • name:
  • value: