SfcCollatedDictionaryCollection<T, K, ParentT> Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SfcCollatedDictionaryCollection<T, K, ParentT> class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SfcCollatedDictionaryCollection<T, K, ParentT>(ParentT) | Initializes a new instance of the SfcCollatedDictionaryCollection<T, K, ParentT> class using the specified parent. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SfcCollatedDictionaryCollection<T, K, ParentT>(ParentT, IComparer<String>) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the SfcCollatedDictionaryCollection<T, K, ParentT> class using the specified parent and IComparer<T> object. |
Top