Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
gov
va
medora
StringTestObject
C# Class gov.va.medora.StringTestObject
Very simple test object to wrap the generic dictionary class so that can more idiomatically set and get String properties...
* If the key/value hasn't been set, return null. * If trying to set a value for a key that has already been set, set over it.
显示文件
Open project: OSEHRA/mdws
Class Usage Examples
Public Properties
Property
Type
Description
properties
IDictionary
,System.Collections.Generic
Public Methods
Method
Description
get
(
string
key
) :
string
set
(
string
key
,
string
value
) :
void
Method Details
get()
public
method
public
get
(
string
key
) :
string
key
string
return
string
set()
public
method
public
set
(
string
key
,
string
value
) :
void
key
string
value
string
return
void
Property Details
properties
public_oe property
public
IDictionary
,System.Collections.Generic
properties
return
IDictionary
,System.Collections.Generic