Click or drag to resize

ITypeProvider Interface

Provides the functionality for an IController to register types.

Namespace:  SampSharp.GameMode.Controllers
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public interface ITypeProvider : IController

The ITypeProvider type exposes the following members.

Methods
  NameDescription
Public methodRegisterTypes
Registers types this ITypeProvider requires the system to use.
Top
See Also