[C#] Check in initial auto-generated C# bindings
[ldk-java] / c_sharp / src / org / ldk / structs / CommonBase.cs
1 using System.Collections.Generic;
2 using System.Diagnostics;
3
4 public class CommonBase {
5         protected internal long ptr;
6         protected internal LinkedList<object> ptrs_to = new LinkedList<object>();
7         protected CommonBase(long ptr) { Trace.Assert(ptr < 0 || ptr > 4096); this.ptr = ptr; }
8 }