Share via


FeatureBase<T>.Save(String) Method

Definition

Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala.

public T Save (string path);
member this.Save : string -> 'T
Public Function Save (path As String) As T

Parameters

path
String

The path to save the object to

Returns

T

New object

Applies to