Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
CanvasControlLibrary.LightWeightDictionary.KeyValuePair
C# Class CanvasControlLibrary.LightWeightDictionary.KeyValuePair, CanvasControlLibrary
Mostra file
Open project: akshaysrin/CanvasControlLibrary
Public Properties
Property
Type
Description
Key
string
Value
object
Public Methods
Method
Description
KeyValuePair
(
string
key
,
object
value
) :
System
Method Details
KeyValuePair()
public
method
public
KeyValuePair
(
string
key
,
object
value
) :
System
key
string
value
object
return
System
Property Details
Key
public_oe property
public
string
Key
return
string
Value
public_oe property
public
object
Value
return
object