C# Class System.Collections.ListDictionaryInternal.DictionaryNode

Mostra 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_oe property

public Object key
return Object

next public_oe property

public DictionaryNode next
return DictionaryNode

value public_oe property

public Object value
return Object