libsbmlcs.ASTNode.getExtendedType C# (CSharp) Method

getExtendedType() public method

public getExtendedType ( ) : int
return int
        public new int getExtendedType()
        {
            int ret = libsbmlPINVOKE.ASTNode_getExtendedType(swigCPtr);
            return ret;
        }