Ejemplo n.º 1
0
 public EltSyntax(CommonSyntax syntax)
     : base(syntax)
 {
     m_Name = syntax.getName();
     m_Descriptor = syntax.getDescriptor();
     m_Value = syntax.getValue();
 }
Ejemplo n.º 2
0
 internal static HandleRef getCPtr(CommonSyntax obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 3
0
 internal static HandleRef getCPtr(CommonSyntax obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }