Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool ContainsRulesForType(
	Type type
)
Visual Basic
Function ContainsRulesForType ( _
	type As Type _
) As Boolean
Visual C++
bool ContainsRulesForType(
	Type^ type
)

Parameters

type
Type: System..::..Type

See Also