Click or drag to resize

DataSpecsItem Property

Gets the non-null DataSpec that has been assigned the specified string key.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public DataSpec this[
	string key
] { get; }

Parameters

key  String
A non-null, non-empty string key.

Return Value

DataSpec
The non-null DataSpec that has been assigned the specified string key.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
ArgumentExceptionkey isn't one of the keys stored in this object.
See Also