Name

StringDictionary

Synopsis

This class is a dictionary collection in which keys and values are all strings.

Public Class StringDictionary : Implements IEnumerable
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Overridable Public ReadOnly Property Count As Integer  
   Overridable Public ReadOnly Property IsSynchronized As Boolean  
   Overridable Public Default Property Item(
        ByVal key As String) As String  
   Overridable Public ReadOnly Property Keys As ICollection  
   Overridable Public ReadOnly Property SyncRoot As Object  
   Overridable Public ReadOnly Property Values As ICollection  
' Public Instance Methods
   Overridable Public Sub Add(ByVal key As String, 
        ByVal value As String) 
   Overridable Public Sub Clear() 
   Overridable Public Function ContainsKey(
        ByVal key As String) As Boolean  
   Overridable Public Function ContainsValue(
        ByVal value As String) As Boolean  
   Overridable Public Sub CopyTo(ByVal array As Array, 
        ByVal index As Integer) 
   Overridable Public Function GetEnumerator(
        ) As IEnumerator Implements IEnumerable.GetEnumerator 
   Overridable Public Sub Remove( ByVal key As String) 
End Class

Returned By

System.Diagnostics.ProcessStartInfo.EnvironmentVariables

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.