See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0

Syntax

C#
protected static bool IsInterfaceImplemented(
	Type type,
	Type interfaceType
)
Visual Basic
Protected Shared Function IsInterfaceImplemented ( 
	type As Type,
	interfaceType As Type
) As Boolean
Visual C++
protected:
static bool IsInterfaceImplemented(
	Type^ type, 
	Type^ interfaceType
)

Parameters

type
Type: System..::..Type
interfaceType
Type: System..::..Type

Return Value

Type: Boolean

See Also