C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
properties IDictionary,System.Collections.Generic

Открытые методы

Метод Описание
get ( string key ) : string
set ( string key, string value ) : void

Описание методов

get() публичный Метод

public get ( string key ) : string
key string
Результат string

set() публичный Метод

public set ( string key, string value ) : void
key string
value string
Результат void

Описание свойств

properties публичное свойство

public IDictionary,System.Collections.Generic properties
Результат IDictionary,System.Collections.Generic