GetTypeGenerity() public static method

Determines the number of open generic parameters in the specified type.
public static GetTypeGenerity ( IType type ) : int
type IType
return int
コード例 #1
0
 protected bool IsFullyConstructed()
 {
     return(GenericsServices.GetTypeGenerity(this) == 0);
 }