Метод | Описание | |
---|---|---|
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 | ||
Результат | System |
public BassInt32VerificationAttribute ( int invalidValue ) : System | ||
invalidValue | int | Custom invalid value. |
Результат | System |
public VerifyResult ( object result ) : bool | ||
result | object | Result of function. |
Результат | bool |