[This is preliminary documentation and is subject to change.]
Lookup table string->Type
System Object
System.Collections.Generic Dictionary
String,
Type NFX.Wave.Handlers TypeLookupNamespace: NFX.Wave.HandlersAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
internal sealed class TypeLookup : Dictionary<string, Type>
internal sealed class TypeLookup : Dictionary<string, Type>
Friend NotInheritable Class TypeLookup
Inherits Dictionary(Of String, Type)
Friend NotInheritable Class TypeLookup
Inherits Dictionary(Of String, Type)
internal ref class TypeLookup sealed : public Dictionary<String^, Type^>
internal ref class TypeLookup sealed : public Dictionary<String^, Type^>
[<SealedAttribute>]
type TypeLookup =
class
inherit Dictionary<string, Type>
end
[<SealedAttribute>]
type TypeLookup =
class
inherit Dictionary<string, Type>
end