public ConcurrentDictionary<ushort, MeasurementKey> Reference { get; set; }
Public Property Reference As ConcurrentDictionary(Of UShort, MeasurementKey) Get Set
public: property ConcurrentDictionary<unsigned short, MeasurementKey^>^ Reference { ConcurrentDictionary<unsigned short, MeasurementKey^>^ get (); void set (ConcurrentDictionary<unsigned short, MeasurementKey^>^ value); }
member Reference : ConcurrentDictionary<uint16, MeasurementKey> with get, set
function get_Reference(); function set_Reference(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.