mirror of https://github.com/pulumi/pulumi.git
17 lines
314 B
C#
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,
|
||
|
}
|
||
|
}
|