// Assembly: System.Data
// Full name: Node

public class Node // TypeDefIndex: 8416
{
	// Fields
	type#20869 _selfId;
	type#20869 _leftId;
	type#20869 _rightId;
	type#20869 _parentId;
	type#20869 _nextId;
	type#20869 _subTreeSize;
	type#1675 _keyOfNode;
	type#9602 _nodeColor;
}
