C# Class ExtensionMethodsForValueTypes, code

显示文件 Open project: shendongnian/code

Public Methods

Method Description
NullIf ( T? value, T? other ) : T?

Method Details

NullIf() public static method

public static NullIf ( T? value, T? other ) : T?
value T?
other T?
return T?