openai/openai-dotnet

Public

mirrored from https://github.com/openai/openai-dotnetAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
OpenAI_2.2.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

src/Utility/Polyfill/System.Runtime.CompilerServices.IsExternalInit.cs

9lines · modecode

1#if !NET5_0_OR_GREATER
2
3using System.ComponentModel;
4namespace System.Runtime.CompilerServices;
5
6[EditorBrowsable(EditorBrowsableState.Never)]
7internal static class IsExternalInit { }
8
9#endif // !NET5_0_OR_GREATER
10