Click or drag to resize
SyncValidateT Delegate

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.SyncValidate`1"]

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public delegate bool SyncValidate<T>(
	T newValue
)

Parameters

newValue
Type: T

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:VRage.SyncValidate`1"]

Return Value

Type: Boolean
See Also