StringTextStorage Constructor

Initializes a new instance of the StringTextStorage class.

Definition

Namespace: Firefly.Box.Data.Storage
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public StringTextStorage(
	TextColumn column
)

Parameters

column  TextColumn
The column based on which this StringTextStorage will be created

See Also