StorageReader(PropertiesReader, String, StringBuilder) Constructor

Initializes a new instance of the StorageReader class

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public StorageReader(
	PropertiesReader properties,
	string name,
	StringBuilder rawXml
)

Parameters

properties  PropertiesReader
 
name  String
 
rawXml  StringBuilder
 

See Also