C# Class ByndyuSoft.Infrastructure.Common.Check

Check object invariants
Show file Open project: AlexanderByndyu/ByndyuSoft.Infrastructure

Public Methods

Method Description
IsNotNull ( [ obj, [ paramName ) : void

Check is object null.

Method Details

IsNotNull() public static method

Check is object null.
public static IsNotNull ( [ obj, [ paramName ) : void
obj [ Object to check
paramName [ Name of object parameter
return void