Click or drag to resize
SyncTValidateAndSet Method

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

Validates the value and sets it (when valid).

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public void ValidateAndSet(
	T newValue
)

Parameters

newValue
Type: T

[Missing <param name="newValue"/> documentation for "M:VRage.Sync`1.ValidateAndSet(`0)"]

See Also