libsbmlcs.ASTNode.representsBvar C# (CSharp) Method

representsBvar() public method

public representsBvar ( ) : bool
return bool
        public new bool representsBvar()
        {
            bool ret = libsbmlPINVOKE.ASTNode_representsBvar(swigCPtr);
            return ret;
        }