using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Threading { /// Contains constants that specify infinite time-out intervals. This class cannot be inherited. // Token: 0x02000344 RID: 836 [Token(Token = "0x2000344")] [ComVisible(true)] public static class Timeout { /// A constant used to specify an infinite waiting period, for methods that accept a parameter. // Token: 0x04001116 RID: 4374 [Token(Token = "0x4001116")] [ComVisible(false)] public static readonly TimeSpan InfiniteTimeSpan; } }