20 {
21 get
22 {
24 }
25 set
26 {
27 if (value < GCLatencyMode.Batch || value >
GCLatencyMode.SustainedLowLatency)
28 {
29 ThrowHelper.ArgumentOutOfRangeException_Enum_Value();
30 }
33 {
35 }
36 }
37 }
static SetLatencyModeStatus SetGCLatencyMode(GCLatencyMode newLatencyMode)
static GCLatencyMode GetGCLatencyMode()
@ InvalidOperationException