// Token: 0x06001817 RID: 6167 RVA: 0x0002AF40 File Offset: 0x00029F40 public static void Fill(this System.TimeSpan span, Interop.TimeSpan time) { if (null != time) { time.Hours = span.Hours; time.Minutes = span.Minutes; time.Seconds = span.Seconds; time.Milliseconds = span.Milliseconds; time.TotalSeconds = span.TotalSeconds; } }
// Token: 0x06000275 RID: 629 RVA: 0x0000486A File Offset: 0x0000386A public virtual void FillEventTimeout(Interop.TimeSpan time_span) { InternalLobby._EASharpBinding_248(this.mSelf, object.ReferenceEquals(time_span, null) ? null : time_span._GetRaw()); }