Summary
    Gets or sets the list of values for a particular key
    
		- Namespace
 - TCLite
.Interfaces  - Containing Type
 - IPropertyBag
 
Syntax
IList this[string key] { get; set; }
	Parameters
| Name | Type | Description | 
|---|---|---|
| key | string | 
Value
| Type | Description | 
|---|---|
| IList | 
