openai/openai-dotnet

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
jsquire-patch-1

Branches

Tags

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

Clone

HTTPS

Download ZIP

src/Generated/Internal/CodeGenMemberAttribute.cs

16lines · modeblame

0ca4c062Jose Arriaga Maldonado1 years ago1// <auto-generated/>
2
3#nullable disable
4
5using System;
6
7namespace OpenAI
8{
9[AttributeUsage((AttributeTargets.Property | AttributeTargets.Field))]
10internal partial class CodeGenMemberAttribute : CodeGenTypeAttribute
11{
12public CodeGenMemberAttribute(string originalName) : base(originalName)
13{
14}
15}
16}