C# Class CodeSharp.EventSourcing.Extensions

提供一些实用的方法
Afficher le fichier Open project: tangxuehua/eventsourcing

Méthodes publiques

Méthode Description
IsDebugBuild ( this assembly ) : bool

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

Method Details

IsDebugBuild() public static méthode

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