Gets the non-null DataSpec that has been assigned the
specified string key.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public DataSpec this[
string key
] { get; }
Public ReadOnly Default Property Item (
key As String
) As DataSpec
Get
Parameters
- key String
- A non-null, non-empty string key.
Return Value
DataSpecThe non-null
DataSpec that has been assigned the
specified string
key.
Exceptions See Also