openai/openai-dotnet

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
achandmsft-patch-1

Branches

Tags

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

Clone

HTTPS

Download ZIP

src/Generated/Internal/CodeGenMemberAttribute.cs

16lines · modepreview

// <auto-generated/>

#nullable disable

using System;

namespace OpenAI
{
    [AttributeUsage((AttributeTargets.Property | AttributeTargets.Field))]
    internal partial class CodeGenMemberAttribute : CodeGenTypeAttribute
    {
        public CodeGenMemberAttribute(string originalName) : base(originalName)
        {
        }
    }
}