Click or drag to resize

SampSharpExtensionAttribute Constructor

Initializes a new instance of the SampSharpExtensionAttribute class.

Namespace:  SampSharp.GameMode
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public SampSharpExtensionAttribute(
	Type type,
	params Type[] loadBeforeAssembliesOfType
)

Parameters

type
Type: SystemType
The type.
loadBeforeAssembliesOfType
Type: SystemType
Types of assemblies to load before this extension (extensions this extension has references to and requires to load before).
See Also