mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
@@ -4,6 +4,7 @@ using System.Diagnostics;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Globalization;
|
||||
using System.Runtime.Serialization;
|
||||
using System.Security;
|
||||
using Octokit.Helpers;
|
||||
using Octokit.Internal;
|
||||
|
||||
@@ -82,6 +83,7 @@ namespace Octokit
|
||||
ResetAsUtcEpochSeconds = info.GetInt64("ResetAsUtcEpochSeconds");
|
||||
}
|
||||
|
||||
[SecurityCritical]
|
||||
public virtual void GetObjectData(SerializationInfo info, StreamingContext context)
|
||||
{
|
||||
Ensure.ArgumentNotNull(info, "info");
|
||||
|
||||
Reference in New Issue
Block a user