Gets or sets the custom formatter.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public ITypeFormatter Formatter { get; private set; }
Visual Basic
Public Property Formatter As ITypeFormatter
	Get
	Private Set
Visual C++
public:
property ITypeFormatter^ Formatter {
	ITypeFormatter^ get ();
	private: void set (ITypeFormatter^ value);
}

Field Value

The formatter.

See Also