|
Modelcro_guid2ind_ Field
|
maps cross section guids to crosec indexes.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax[NonSerializedAttribute]
protected Dictionary<Guid, int> cro_guid2ind_
<NonSerializedAttribute>
Protected cro_guid2ind_ As Dictionary(Of Guid, Integer)
protected:
[NonSerializedAttribute]
Dictionary<Guid, int>^ cro_guid2ind_
[<NonSerializedAttribute>]
val mutable cro_guid2ind_: Dictionary<Guid, int>
Field Value
Type:
DictionaryGuid,
Int32
See Also