[Hauptseite] / [CDataNodeList]
Class CDataNodeList : CSortedListBase
  New  As CDataNodeList
  New (comparer As IComparer) As CDataNodeList
  Function Add(key As String, value As Object) As CDataNode
  Function Add(key As String) As CDataNode
  Function Add(dic As IDictionary)
  Function Add(key As String, value As String) As CDataNode
  Function AddBoolean(key As String, value As Boolean) As CDataNode
  Function AddDate(key As String, value As Date) As CDataNode
  Function AddDouble(key As String, value As Double) As CDataNode
  Function AddHash(hashTable As IDictionary, overWriteIfKeyExists As Boolean) (geerbt)
  Function AddInteger(key As String, value As Integer) As CDataNode
  Function AddString(key As String, value As String) As CDataNode
  Property Capacity As Integer (geerbt)
  Function Clear()
  Function ContainsKey(key As String) As Boolean
  Function ContainsValue(value As CDataNode) As Boolean
  Function CopyTo(array As Array, index As Integer) (geerbt)
  Property Count As Integer (geerbt)
  Function CreateIntegerSortedList(linkNodes As Boolean) As CDataNodeList
  Function CreateSortedList(comparer As IComparer, linkNodes As Boolean) As CDataNodeList
  Function FillDictionary(dic As IDictionary)
  Function FindNode(path As String, delimiter As String, showExceptionIfNotExists As Boolean) As CDataNode
  Function FindNode(path As String) As CDataNode
  Property FirstNode As CDataNode
  Static Function FromString(expression As String) As CDataNodeList
  Function GetEnumerator() (geerbt)
  Function GetKeyList() As IList (geerbt)
  Function GetNode(path As String) As CDataNode
  Function GetNode(path As String, delimiter As String) As CDataNode
  Function GetValueList() As IList (geerbt)
  Function IndexOfKey(key As String) As Integer
  Function IndexOfValue(value As CDataNode) As Integer
  Function IsEmpty() As Boolean (geerbt)
  Property IsFixedSize As Boolean (geerbt)
  Property IsReadOnly As Boolean (geerbt)
  Property IsSynchronized As Boolean (geerbt)
  Property Item(key As String, showExceptionIfNotExists As Boolean) As CDataNode
  Property Item(key As String) As CDataNode
  Function ItemByIndex(index As Integer) As CDataNode
  Function KeyByIndex(index As Integer) As String
  Property Keys As ICollection (geerbt)
  Property LastNode As CDataNode
  Property Parent As CDataNode
  Function Remove(key As String)
  Function RemoveAt(index As Integer)
  Function Rename(key As String, newKey As String)
  Property Size As Integer
  Function Sort(comparer As IComparer) As CDataNodeList
  Property SyncRoot As Object (geerbt)
  Function TrimToSize() (geerbt)
  Property Values As ICollection (geerbt)

//wiki.stne.net/index.php?title=API:CDataNodeList
//wiki.en.stne.net/index.php?title=API:CDataNodeList