pulumi/tests/testdata/codegen/plain-and-default/dotnet/Enums.cs

17 lines
314 B
C#

// *** WARNING: this file was generated by test. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.ComponentModel;
using Pulumi;
namespace Pulumi.FooBar
{
public enum EnumThing
{
Four = 4,
Six = 6,
Eight = 8,
}
}