[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Prüft ob der gegebenen Type erlaubt ist.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
| C# |
|---|
bool IsAllowed( Type type ) |
| Visual Basic |
|---|
Function IsAllowed ( _ type As Type _ ) As Boolean |
| F# |
|---|
abstract IsAllowed : type:Type -> bool |
Parameters
- type
- Type: System..::..Type
Der zu überprüfende Type.