See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Design.DTEAssembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
Syntax
C# |
---|
public override InterfaceMapping GetInterfaceMap(
Type interfaceType
) |
Visual Basic |
---|
Public Overrides Function GetInterfaceMap (
interfaceType As Type
) As InterfaceMapping |
Visual C++ |
---|
public:
virtual InterfaceMapping GetInterfaceMap(
Type^ interfaceType
) override |
Return Value
Type:
InterfaceMappingImplements
_Type..::..GetInterfaceMap(Type)
See Also