protected ConcurrentDictionary<Guid, int> ReadIndicies { get; }
Protected ReadOnly Property ReadIndicies As ConcurrentDictionary(Of Guid, Integer)
Get
protected:
property ConcurrentDictionary<Guid, int>^ ReadIndicies {
ConcurrentDictionary<Guid, int>^ get ();
}
function get_ReadIndicies();