﻿struct System.Collections.DictionaryEntry 
	java java.util.Map.Entry
	python tuple
	js service KeyValuePair
	php service KeyValuePair

.ctor(object, object)
	java =
	python =
	js =
	php =

property get object Key
	java {!}.getKey()
	python {!}[0]
	js {!}.key
	php {!}->key

property get object Value
	java {!}.getValue()
	python {!}[1]
	js {!}.value
	php {!}->value
