C# Class CodeSharp.EventSourcing.Extensions

提供一些实用的方法
Show file Open project: tangxuehua/eventsourcing

Public Methods

Method Description
IsDebugBuild ( this assembly ) : bool

判断当前的程序集是否是在Debug模式下编译

Method Details

IsDebugBuild() public static method

判断当前的程序集是否是在Debug模式下编译
public static IsDebugBuild ( this assembly ) : bool
assembly this
return bool