[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Prüft ob der gegebenen Type erlaubt ist.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public bool IsAllowed(
	Type type
)
Visual Basic
Public Function IsAllowed ( _
	type As Type _
) As Boolean
F#
abstract IsAllowed : 
        type:Type -> bool 
override IsAllowed : 
        type:Type -> bool 

Parameters

type
Type: System..::..Type
Der zu überprüfende Type.

Return Value

true, wenn der gegebene Type erlaubt ist, sonst false.

Implements

GenericDataTypeManager..::..IConstraint..::..IsAllowed(Type)

See Also