OrderedHashtable Constructors 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| OrderedHashtable() | 
						 Initializes a new instance of the OrderedHashtable class.  | 
        	
| OrderedHashtable(IDictionary) | 
						 Initializes a new instance of the OrderedHashtable class.  | 
        	
| OrderedHashtable(Int32) | 
						 Initializes a new instance of the OrderedHashtable class.  | 
        	
OrderedHashtable()
Initializes a new instance of the OrderedHashtable class.
public OrderedHashtable();
	Public Sub New ()
  Applies to
OrderedHashtable(IDictionary)
Initializes a new instance of the OrderedHashtable class.
public OrderedHashtable(System.Collections.IDictionary dictionary);
	new System.Management.Automation.OrderedHashtable : System.Collections.IDictionary -> System.Management.Automation.OrderedHashtable
	Public Sub New (dictionary As IDictionary)
	Parameters
- dictionary
 - IDictionary
 
The dictionary to use for initialization.
Applies to
OrderedHashtable(Int32)
Initializes a new instance of the OrderedHashtable class.
public OrderedHashtable(int capacity);
	new System.Management.Automation.OrderedHashtable : int -> System.Management.Automation.OrderedHashtable
	Public Sub New (capacity As Integer)
	Parameters
- capacity
 - Int32
 
The capacity.