|
UnitConversionCollectionItem Property
|
Returns units conversion of given name.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic UnitConversion this[
string name
] { get; }Public ReadOnly Default Property Item (
name As String
) As UnitConversion
Get
public:
property UnitConversion^ default[String^ name] {
UnitConversion^ get (String^ name);
}member Item : UnitConversion with get
Parameters
- name
- Type: SystemString
Name of the unit.
Property Value
Type:
UnitConversion
See Also