[C#] Check in initial auto-generated C# bindings
[ldk-java] / c_sharp / src / org / ldk / enums / COption_NoneZ.cs
diff --git a/c_sharp/src/org/ldk/enums/COption_NoneZ.cs b/c_sharp/src/org/ldk/enums/COption_NoneZ.cs
new file mode 100644 (file)
index 0000000..919568b
--- /dev/null
@@ -0,0 +1,13 @@
+namespace org { namespace ldk { namespace enums {/**
+ * An enum which can either contain a  or not
+ */
+public enum COption_NoneZ {
+       /**
+        * When we're in this state, this COption_NoneZ contains a
+        */
+       LDKCOption_NoneZ_Some,
+       /**
+        * When we're in this state, this COption_NoneZ contains nothing
+        */
+       LDKCOption_NoneZ_None,
+}} } }