C# Class System.Collections.ListDictionaryInternal.DictionaryNode

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
key Object
next DictionaryNode
value Object

Property Details

key public property

public Object key
return Object

next public property

public DictionaryNode next
return DictionaryNode

value public property

public Object value
return Object