openai/openai-dotnet

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fe4d6cf1ccfea48fa5c2baf67103495ac9b459dd

Branches

Tags

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

Clone

HTTPS

Download ZIP

OpenAI/src/Generated/Internal/CodeGenMemberAttribute.cs

16lines · modecode

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