메소드 | 설명 | |
---|---|---|
BassInt64VerificationAttribute ( ) : System |
Create BassInt64VerificationAttribute with default InvalidValue.
|
|
BassInt64VerificationAttribute ( System.Int64 invalidValue ) : System |
Create BassInt64VerificationAttribute with custom InvalidValue.
|
|
VerifyResult ( object result ) : bool |
Verify a Int64 result is correct.
|
public BassInt64VerificationAttribute ( ) : System | ||
리턴 | System |
public BassInt64VerificationAttribute ( System.Int64 invalidValue ) : System | ||
invalidValue | System.Int64 | Custom invalid value. |
리턴 | System |
public VerifyResult ( object result ) : bool | ||
result | object | Result of function. |
리턴 | bool |