Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Enyim
Caching
Configuration
EndPointElement.IPAddressValidator
C# Class Enyim.Caching.Configuration.EndPointElement.IPAddressValidator
Inheritance:
System.Configuration.ConfigurationValidatorBase
Afficher le fichier
Open project: xianrendzw/LightFramework.Net
Méthodes publiques
Méthode
Description
CanValidate
(
Type
type
) :
bool
Validate
(
object
value
) :
void
Private Methods
Méthode
Description
IPAddressValidator
( ) :
System
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