// Assembly: mscorlib
// Full name: Node

public class Node // TypeDefIndex: 4775
{
	// Fields
	type#1508 _key;
	type#2124 _value;
	type#9599 _next;
	type#20878 _hashcode;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#1507 key, type#2123 value, type#20867 hashcode, type#9598 next) { }
}
