Bender.Nodes.CharacterSeparated.RowNode.GetNodeType C# (CSharp) Method

GetNodeType() protected method

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