IsAssignableFrom
public bool IsAssignableFrom(Type type) ;
It is judged whether or not it is assignable type.
Parameter Name | Description |
---|---|
type | Determining type |
Returns true if it is an assignable type.
It is judged whether or not it is assignable type.
Parameter Name | Description |
---|---|
type | Determining type |
Returns true if it is an assignable type.