Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual void RemoveService(
	Type type
)
Visual Basic
Public Overridable Sub RemoveService ( _
	type As Type _
)
Visual C++
public:
virtual void RemoveService(
	Type^ type
)

Parameters

type
Type: System..::..Type

Implements

IServiceProvider..::..RemoveService(Type)

See Also