'Declaration
<System.ComponentModel.CategoryAttribute("Statistics")> <System.ComponentModel.ReadOnlyAttribute(True)> Public ReadOnly Property AvgElapsedTime As DeltaTime
'Usage
Dim instance As Submit.Info Dim value As DeltaTime value = instance.AvgElapsedTime
[System.ComponentModel.Category("Statistics")] [System.ComponentModel.ReadOnly(true)] public DeltaTime AvgElapsedTime {get;}