C# Class Pomona.Common.TypeSystem.DictionaryTypeSpec

Inheritance: RuntimeTypeSpec
Mostrar archivo Open project: Pomona/Pomona

Public Methods

Method Description
DictionaryTypeSpec ( ITypeResolver typeResolver, Type type, Func keyType, Func valueType ) : System
GetFactory ( ) : ITypeFactory

Method Details

DictionaryTypeSpec() public method

public DictionaryTypeSpec ( ITypeResolver typeResolver, Type type, Func keyType, Func valueType ) : System
typeResolver ITypeResolver
type System.Type
keyType Func
valueType Func
return System

GetFactory() public static method

public static GetFactory ( ) : ITypeFactory
return ITypeFactory