OrdinalStringDictionary<T> Class
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.
public class OrdinalStringDictionary<T> : System.Collections.Generic.Dictionary<string,T>
type OrdinalStringDictionary<'T> = class
inherit Dictionary<string, 'T>
Public Class OrdinalStringDictionary(Of T)
Inherits Dictionary(Of String, T)
Type Parameters
- T
- Inheritance
-
Dictionary<String,T>OrdinalStringDictionary<T>
Constructors
OrdinalStringDictionary<T>() |