프로퍼티 | 타입 | 설명 | |
---|---|---|---|
RaiseErrorOnNull | bool |
메소드 | 설명 | |
---|---|---|
OnParameterPrecondition ( |
Validate the requirement on a single method parameter or property setter value.
|
|
OnReturnValuePrecondition ( |
Validate the requirement on a method or property return value.
|
메소드 | 설명 | |
---|---|---|
IsEmpty ( object value ) : bool |
Get whether the value is an empty enumeration.
|
|
IsNull ( object value ) : bool |
Get whether the value is
|
protected IsEmpty ( object value ) : bool | ||
value | object | The value to check. |
리턴 | bool |
public OnParameterPrecondition ( |
||
parameter | The parameter metadata. | |
value | object | The parameter value. |
리턴 | void |
public OnReturnValuePrecondition ( |
||
returnValue | The return value metadata. | |
value | object | The return value. |
리턴 | void |