Method | Description | |
---|---|---|
BassInt32VerificationAttribute ( ) : System |
Create BassInt32VerificationAttribute with default InvalidValue.
|
|
BassInt32VerificationAttribute ( int invalidValue ) : System |
Create BassInt32VerificationAttribute with custom InvalidValue.
|
|
VerifyResult ( object result ) : bool |
Verify a Int32 result is correct.
|
public BassInt32VerificationAttribute ( ) : System | ||
return | System |
public BassInt32VerificationAttribute ( int invalidValue ) : System | ||
invalidValue | int | Custom invalid value. |
return | System |
public VerifyResult ( object result ) : bool | ||
result | object | Result of function. |
return | bool |