C# Class FluentCodeMetrics.Core.TypeConstraints.AndTypeConstraint
显示文件
Open project: ElemarJR/FluentCodeMetrics
Public Methods
Method |
Description |
|
Check ( Type type ) : bool |
|
|
Private Methods
Method |
Description |
|
AndTypeConstraint ( TypeConstraint left, TypeConstraint right ) : System |
|
|
Method Details
public Check ( Type type ) : bool |
type |
System.Type |
|
return |
bool |
|