C# Class Splits.Web.ModelBinding.DefaultConverterFamilies.NullableFamily

Inheritance: IConverterFamily
Afficher le fichier Open project: aaronjensen/splits

Méthodes publiques

Méthode Description
Build ( IValueConverterRegistry registry, Type type ) : ValueConverter
Matches ( Type type ) : bool

Method Details

Build() public méthode

public Build ( IValueConverterRegistry registry, Type type ) : ValueConverter
registry IValueConverterRegistry
type System.Type
Résultat ValueConverter

Matches() public méthode

public Matches ( Type type ) : bool
type System.Type
Résultat bool