Any(IType)
Declaration
bool Any(IType type)
Parameters
Type | Name | Description |
---|---|---|
IType | type |
Returns
Type | Description |
---|---|
bool |
Any(IType, ConversionKind)
Declaration
bool Any(IType type, ConversionKind conversionKind)
Parameters
Type | Name | Description |
---|---|---|
IType | type | |
ConversionKind | conversionKind |
Returns
Type | Description |
---|---|
bool |
Any(Type)
Declaration
bool Any(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Returns
Type | Description |
---|---|
bool |
Any(Type, ConversionKind)
Declaration
bool Any(Type type, ConversionKind conversionKind)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
ConversionKind | conversionKind |
Returns
Type | Description |
---|---|
bool |