[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.] Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
| C# |
|---|
public static bool IsAssignableWithConversion(
Type to,
Type from
) |
| Visual Basic |
|---|
Public Shared Function IsAssignableWithConversion ( _
to As Type, _
from As Type _
) As Boolean |
| F# |
|---|
static member IsAssignableWithConversion :
to:Type *
from:Type -> bool
|
Return Value
true, wenn eine Zuweisung mit Hilfe von
DoConversion(Object, Type) möglich ist,
sonst
false.
See Also