m
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Threading
|
||||
{
|
||||
/// <summary>Contains constants that specify infinite time-out intervals. This class cannot be inherited.</summary>
|
||||
// Token: 0x0200035E RID: 862
|
||||
[Token(Token = "0x200035E")]
|
||||
[ComVisible(true)]
|
||||
public static class Timeout
|
||||
{
|
||||
/// <summary>A constant used to specify an infinite waiting period, for methods that accept a <see cref="T:System.TimeSpan" /> parameter.</summary>
|
||||
// Token: 0x040011D1 RID: 4561
|
||||
[Token(Token = "0x40011D1")]
|
||||
[ComVisible(false)]
|
||||
public static readonly TimeSpan InfiniteTimeSpan;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user