C# Class System.Configuration.DefaultValidator

Inheritance: ConfigurationValidatorBase
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
CanValidate ( Type type ) : bool
Validate ( object value ) : void

Method Details

CanValidate() public méthode

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

Validate() public méthode

public Validate ( object value ) : void
value object
Résultat void