summaryM:DotNetNuke.ComponentModel.IContainer.GetComponent(System.Type)

Namespace: DotNetNuke.ComponentModel
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
Object GetComponent(
	Type contractType
)
Visual Basic
Function GetComponent ( 
	contractType As Type
) As Object

Parameters

contractType
Type: System..::..Type
paramcontractTypeM:DotNetNuke.ComponentModel.IContainer.GetComponent(System.Type)

Return Value

returnsM:DotNetNuke.ComponentModel.IContainer.GetComponent(System.Type)

See Also