Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Whalin
Caching
Configuration
EndPointElement.IPAddressValidator
C# Class Whalin.Caching.Configuration.EndPointElement.IPAddressValidator
Inheritance:
System.Configuration.ConfigurationValidatorBase
ファイルを表示
Open project: xianrendzw/LightFramework.Net
Public Methods
Method
Description
CanValidate
(
Type
type
) :
bool
Validate
(
object
value
) :
void
Private Methods
Method
Description
IPAddressValidator
( ) :
System
Method Details
CanValidate()
public
method
public
CanValidate
(
Type
type
) :
bool
type
System.Type
return
bool
Validate()
public
method
public
Validate
(
object
value
) :
void
value
object
return
void