PropertyBagBase..::..SetInternalValues Method

Replaces the internal values array.

Namespace:  Tortuga.Anchor.Modeling.Internals
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


protected internal void SetInternalValues(
	Nullable<Object>[] valuesArray
)
Protected Friend Sub SetInternalValues ( _
	valuesArray As Nullable(Of Object)() _
)

Parameters

valuesArray
Type: array<Nullable<(Of <(<'Object>)>)>>[]()[][]
Array to be copied into this property bag.

Remarks


Be extremely careful with this. Changes to this arrary will not trigger events.