openai/openai-dotnet
Publicmirrored from https://github.com/openai/openai-dotnetAvailable
OpenAI/src/Generated/Internal/CodeGenMemberAttribute.cs
16lines · modecode
| 1 | // <auto-generated/> |
| 2 | |
| 3 | #nullable disable |
| 4 | |
| 5 | using System; |
| 6 | |
| 7 | namespace 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 | } |