In This Topic
Gets whether the group can be assigned from the specified .
Syntax
'Declaration
Public Function IsAssignableFrom( _
ByVal As Type _
) As Boolean
public bool IsAssignableFrom(
Type
)
Parameters
- type
- The type to ask whether it can be assigned.
See Also