Click or drag to resize

WarningIfNullAttribute Constructor

Initializes a new instance of the WarningIfNullAttribute class.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public WarningIfNullAttribute(
	string warningMessage
)

Parameters

warningMessage
Type: SystemString
The warning message to display when the marked field is null.
See Also