コード例 #1
0
ファイル: Lint.cs プロジェクト: CarlosHBC/UnityDecompiled
 public bool IsBoolean(Expression e)
 {
     return (e.get_ExpressionType() == this.get_TypeSystemServices().BoolType);
 }