Name

DictionaryEntry

Synopsis

This structure defines the special value type used for the elements of a dictionary collection. This type consists of a key and a value. A DictionaryEntry is retrieved by the IDictionaryEnumerator.Entry property.

Public Structure DictionaryEntry
                  ' Public Constructors
   Public Sub New( ByVal key As Object, ByVal value As Object) 
' Public Instance Properties
   Public Property Key As Object  
   Public Property Value As Object  
End Structure

Hierarchy

System.ObjectSystem.ValueType DictionaryEntry

Returned By

IDictionaryEnumerator.Entry

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.