Exemplo n.º 1
0
 public EltError(CommonError error)
     : base(error)
 {
     m_Description = error.getDescription();
 }
Exemplo n.º 2
0
 internal static HandleRef getCPtr(CommonError obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 3
0
 internal static HandleRef getCPtr(CommonError obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }