Bender.Nodes.Object.ValueNode.GetNodeType C# (CSharp) Method

GetNodeType() protected method

protected GetNodeType ( ) : NodeType
return NodeType
        protected override NodeType GetNodeType()
        {
            return NodeType.Value;
        }