Click or drag to resize
CalculationWorks Logo
BcfReadOnlyModelObjectCollectionTItem Property (String)
Gets the item with the specified key.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public T this[
	string key
] { get; }

Parameters

key
Type: SystemString
The key.

Return Value

Type: T
T.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null
KeyNotFoundExceptionkey not in collection
Remarks
The collection is case-sensitive when it searches for keys.
See Also