IDataObject<TObject>.Load Method

Loads the object's data value.

Definition

Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.0
C#
void Load(
	bool recursive
)

Parameters

recursive  Boolean
Specifies whether children of the object should be loaded as well.

See Also