Property this
this[TrackableId]
Retrieves a TTrackable
s by TrackableId
.
Declaration
public TTrackable this[TrackableId trackableId] { get; }
Parameters
Type | Name | Description |
---|---|---|
TrackableId | trackableId | The trackable id associated with the trackable to retrieve. |
Property Value
Type | Description |
---|---|
TTrackable | The |